Issue20969 - Set the Epub Author and Epub Publisher in Python docs.
This commit is contained in:
parent
e95fd0b411
commit
cbe6356c42
|
@ -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
|
||||
# --------------------------------
|
||||
|
|
Loading…
Reference in New Issue