Issue20969 - Set the Epub Author and Epub Publisher in Python docs.

This commit is contained in:
Senthil Kumaran 2016-01-08 01:01:56 -08:00
parent e95fd0b411
commit cbe6356c42
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
# --------------------------------