Upgrade Sphinx to 1.4.8 and set missing variables (#3650)
This commit is contained in:
parent
d58548dd1c
commit
194402f7e7
2 changed files with 6 additions and 6 deletions
|
@ -340,8 +340,8 @@ latex_elements = {
|
||||||
# (source start file, target name, title,
|
# (source start file, target name, title,
|
||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
(master_doc, 'Home-Assistant.tex', 'Home-Assistant Documentation',
|
(master_doc, 'home-assistant.tex', 'Home Assistant Documentation',
|
||||||
'Home-Assistant Team', 'manual'),
|
'Home Assistant Team', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
# The name of an image file (relative to this directory) to place at the top of
|
# 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
|
# One entry per manual page. List of tuples
|
||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
(master_doc, 'home-assistant', 'Home-Assistant Documentation',
|
(master_doc, 'home-assistant', 'Home Assistant Documentation',
|
||||||
[author], 1)
|
[author], 1)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -397,8 +397,8 @@ man_pages = [
|
||||||
# (source start file, target name, title, author,
|
# (source start file, target name, title, author,
|
||||||
# dir menu entry, description, category)
|
# dir menu entry, description, category)
|
||||||
texinfo_documents = [
|
texinfo_documents = [
|
||||||
(master_doc, 'Home-Assistant', 'Home-Assistant Documentation',
|
(master_doc, 'Home-Assistant', 'Home Assistant Documentation',
|
||||||
author, 'Home-Assistant', 'One line description of project.',
|
author, 'Home Assistant', 'Open-source home automation platform.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Sphinx==1.4.6
|
Sphinx==1.4.8
|
||||||
sphinx-autodoc-typehints==1.1.0
|
sphinx-autodoc-typehints==1.1.0
|
||||||
sphinx-autodoc-annotation==1.0.post1
|
sphinx-autodoc-annotation==1.0.post1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue