From 2275692847a752f038bfdd65e991671ece9aaf61 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 10 Mar 2013 21:32:36 -0400 Subject: [PATCH] Build pdfs from documentation.rst, not index.rst --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index e0ca8d1e..beced32c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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|