Build pdfs from documentation.rst, not index.rst
This commit is contained in:
parent
abc5780a06
commit
2275692847
|
@ -86,7 +86,7 @@ html_theme_options = dict(
|
|||
html_favicon = 'favicon.ico'
|
||||
|
||||
latex_documents = [
|
||||
('index', 'tornado.tex', 'Tornado Documentation', 'Facebook', 'manual', False),
|
||||
('documentation', 'tornado.tex', 'Tornado Documentation', 'Facebook', 'manual', False),
|
||||
]
|
||||
|
||||
# HACK: sphinx has limited support for substitutions with the |version|
|
||||
|
|
Loading…
Reference in New Issue