From: Ben Darnell Date: Wed, 26 Aug 2015 18:13:23 +0000 (+0200) Subject: Fix PDF doc build. X-Git-Tag: v4.3.0b1~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47c0dfa5634507fc4a6c2d211057e2caa415b005;p=thirdparty%2Ftornado.git Fix PDF doc build. This appears to have been broken for a while but I've only recently been getting notifications from readthedocs.org. --- diff --git a/docs/conf.py b/docs/conf.py index 04cc19693..6681ea599 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -76,7 +76,7 @@ coverage_ignore_functions = [ html_favicon = 'favicon.ico' latex_documents = [ - ('documentation', 'tornado.tex', 'Tornado Documentation', 'Facebook', 'manual', False), + ('index', 'tornado.tex', 'Tornado Documentation', 'The Tornado Authors', 'manual', False), ] # HACK: sphinx has limited support for substitutions with the |version|