]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix PDF doc build.
authorBen Darnell <ben@bendarnell.com>
Wed, 26 Aug 2015 18:13:23 +0000 (20:13 +0200)
committerBen Darnell <ben@bendarnell.com>
Wed, 26 Aug 2015 18:13:23 +0000 (20:13 +0200)
This appears to have been broken for a while but I've only recently been
getting notifications from readthedocs.org.

docs/conf.py

index 04cc19693b7179ba41c098d963bccb21e016f4cb..6681ea5994dfcb03a24a35e5c3804475b554c7cc 100644 (file)
@@ -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|