[Python-checkins] cpython (3.4): Fix overlooked conf.py setting in flattening of Doc directory.

ned.deily python-checkins at python.org
Wed Oct 1 03:43:06 CEST 2014


https://hg.python.org/cpython/rev/dabe81876e23
changeset:   92706:dabe81876e23
branch:      3.4
parent:      92703:84895d037258
user:        Ned Deily <nad at acm.org>
date:        Tue Sep 30 18:41:37 2014 -0700
summary:
  Fix overlooked conf.py setting in flattening of Doc directory.

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


diff --git a/Doc/conf.py b/Doc/conf.py
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -68,7 +68,7 @@
 # -----------------------
 
 html_theme = 'pydoctheme'
-html_theme_path = ['tools/sphinxext']
+html_theme_path = ['tools']
 html_theme_options = {'collapsiblesidebar': True}
 
 html_short_title = '%s Documentation' % release

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


More information about the Python-checkins mailing list