diff --git a/docs/source/conf.py b/docs/source/conf.py index 18b14795caa..bcb2699f57b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -340,8 +340,8 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - (master_doc, 'Home-Assistant.tex', 'Home-Assistant Documentation', - 'Home-Assistant Team', 'manual'), + (master_doc, 'home-assistant.tex', 'Home Assistant Documentation', + 'Home Assistant Team', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -382,7 +382,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - (master_doc, 'home-assistant', 'Home-Assistant Documentation', + (master_doc, 'home-assistant', 'Home Assistant Documentation', [author], 1) ] @@ -397,8 +397,8 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, 'Home-Assistant', 'Home-Assistant Documentation', - author, 'Home-Assistant', 'One line description of project.', + (master_doc, 'Home-Assistant', 'Home Assistant Documentation', + author, 'Home Assistant', 'Open-source home automation platform.', 'Miscellaneous'), ] diff --git a/requirements_docs.txt b/requirements_docs.txt index df88ba8fb58..85405fb6eab 100644 --- a/requirements_docs.txt +++ b/requirements_docs.txt @@ -1,3 +1,3 @@ -Sphinx==1.4.6 +Sphinx==1.4.8 sphinx-autodoc-typehints==1.1.0 sphinx-autodoc-annotation==1.0.post1