]> granicus.if.org Git - python/commitdiff
Issue20969 - Set the Epub Author and Epub Publisher in Python docs.
authorSenthil Kumaran <senthil@uthcode.com>
Fri, 8 Jan 2016 09:05:57 +0000 (01:05 -0800)
committerSenthil Kumaran <senthil@uthcode.com>
Fri, 8 Jan 2016 09:05:57 +0000 (01:05 -0800)
Doc/conf.py

index ffead0504b18aafc52dccdedf33707ff6772b44d..2c271e844ae5443283d9ff829b436ebbc40911d9 100644 (file)
@@ -135,6 +135,14 @@ latex_appendices = ['glossary', 'about', 'license', 'copyright']
 # Get LaTeX to handle Unicode correctly
 latex_elements = {'inputenc': r'\usepackage[utf8x]{inputenc}', 'utf8extra': ''}
 
+
+# Options for Epub output
+# -----------------------
+
+epub_author = 'Python Documentation Authors'
+epub_publisher = 'Python Software Foundation'
+
+
 # Options for the coverage checker
 # --------------------------------