From: Ben Darnell Date: Wed, 26 Aug 2015 18:13:23 +0000 (+0200) Subject: Fix PDF doc build. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a1ec6b25ad82ebb0f1e128852dd489552c176d1;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 368e4e85c..c550d9544 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -75,7 +75,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|