merge from 3.5

Issue20969 - Set the Epub Author and Epub Publisher in Python docs.
This commit is contained in:
Senthil Kumaran 2016-01-08 01:03:03 -08:00
commit fd65958f4f
1 changed files with 5 additions and 0 deletions

View 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
# --------------------------------