]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Build pdfs from documentation.rst, not index.rst
authorBen Darnell <ben@bendarnell.com>
Mon, 11 Mar 2013 01:32:36 +0000 (21:32 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 11 Mar 2013 01:32:36 +0000 (21:32 -0400)
docs/conf.py

index e0ca8d1e377e5383713f44a630fdc8a50a2d55b0..beced32c18fb9457a557254a6f8c31ec7f5a23ba 100644 (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|