From 47c0dfa5634507fc4a6c2d211057e2caa415b005 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Wed, 26 Aug 2015 20:13:23 +0200 Subject: [PATCH] Fix PDF doc build. This appears to have been broken for a while but I've only recently been getting notifications from readthedocs.org. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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| -- 2.47.2