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

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


https://hg.python.org/cpython/rev/6b72b4b79aef
changeset:   99812:6b72b4b79aef
branch:      2.7
parent:      99806:ff3655d6c257
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Fri Jan 08 01:05:57 2016 -0800
summary:
  Issue20969 - Set the Epub Author and Epub Publisher in Python docs.

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


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