From: Ben Darnell Date: Mon, 11 Mar 2013 01:32:36 +0000 (-0400) Subject: Build pdfs from documentation.rst, not index.rst X-Git-Tag: v3.0.0~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2275692847a752f038bfdd65e991671ece9aaf61;p=thirdparty%2Ftornado.git Build pdfs from documentation.rst, not index.rst --- diff --git a/docs/conf.py b/docs/conf.py index e0ca8d1e3..beced32c1 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|