]> 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:01:56 +0000 (01:01 -0800)
committerSenthil Kumaran <senthil@uthcode.com>
Fri, 8 Jan 2016 09:01:56 +0000 (01:01 -0800)
Doc/conf.py

index 28dd80f8590f49bd8a11389559e68fc4e4d6ab81..3e656eacd7ae901f2835d10c1d09bb015e009fbc 100644 (file)
@@ -138,6 +138,11 @@ 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
 # --------------------------------