summaryrefslogtreecommitdiff
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-09-30 18:41:37 -0700
committerNed Deily <nad@acm.org>2014-09-30 18:41:37 -0700
commit14366f3a8ee08ee9dcaf7398aa29d5a677bf4b16 (patch)
tree9568a9a806b637ac35d2782ede24910abd4fe0bc /Doc/conf.py
parent6bd68608ffb1a0366760a190864bb05c618559ab (diff)
downloadcpython-git-14366f3a8ee08ee9dcaf7398aa29d5a677bf4b16.tar.gz
Fix overlooked conf.py setting in flattening of Doc directory.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index 7546c51e89..3bd82b1095 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -68,7 +68,7 @@ needs_sphinx = '1.2'
# -----------------------
html_theme = 'pydoctheme'
-html_theme_path = ['tools/sphinxext']
+html_theme_path = ['tools']
html_theme_options = {'collapsiblesidebar': True}
html_short_title = '%s Documentation' % release