[Python-checkins] cpython (3.5): Issue20969 - Set the Epub Author and Epub Publisher in Python docs.

senthil.kumaran python-checkins at python.org
Fri Jan 8 04:03:22 EST 2016


https://hg.python.org/cpython/rev/7fe960f1a101
changeset:   99810:7fe960f1a101
branch:      3.5
parent:      99808:21567b4493c6
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Fri Jan 08 01:01:56 2016 -0800
summary:
  Issue20969 - Set the Epub Author and Epub Publisher in Python docs.

files:
  Doc/conf.py |  5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/Doc/conf.py b/Doc/conf.py
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -138,6 +138,11 @@
 # 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
 # --------------------------------

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list