cpython: 7fe960f1a101 (original) (raw)
Mercurial > cpython
changeset 99810:7fe960f1a101 3.5
Issue20969 - Set the Epub Author and Epub Publisher in Python docs.
Senthil Kumaran senthil@uthcode.com | |
---|---|
date | Fri, 08 Jan 2016 01:01:56 -0800 |
parents | 21567b4493c6 |
children | 4daffae06f64 b67ed559a7d3 |
files | Doc/conf.py |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-)[+] [-] Doc/conf.py 5 |
line wrap: on
line diff
--- a/Doc/conf.py +++ b/Doc/conf.py @@ -138,6 +138,11 @@ latex_appendices = ['glossary', 'about',
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'