Build pdfs from documentation.rst, not index.rst

This commit is contained in:
Ben Darnell 2013-03-10 21:32:36 -04:00
parent abc5780a06
commit 2275692847
1 changed files with 1 additions and 1 deletions

View File

@ -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|