mirror of https://github.com/python/cpython
merge from 3.5
Issue20969 - Set the Epub Author and Epub Publisher in Python docs.
This commit is contained in:
commit
fd65958f4f
|
@ -138,6 +138,11 @@ latex_appendices = ['glossary', 'about', 'license', 'copyright']
|
||||||
# Get LaTeX to handle Unicode correctly
|
# Get LaTeX to handle Unicode correctly
|
||||||
latex_elements = {'inputenc': r'\usepackage[utf8x]{inputenc}', 'utf8extra': ''}
|
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
|
# Options for the coverage checker
|
||||||
# --------------------------------
|
# --------------------------------
|
||||||
|
|
Loading…
Reference in New Issue