diff options
author | Ned Deily <nad@acm.org> | 2014-10-01 01:41:37 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-10-01 01:41:37 (GMT) |
commit | 14366f3a8ee08ee9dcaf7398aa29d5a677bf4b16 (patch) | |
tree | 9568a9a806b637ac35d2782ede24910abd4fe0bc /Doc | |
parent | 6bd68608ffb1a0366760a190864bb05c618559ab (diff) | |
download | cpython-14366f3a8ee08ee9dcaf7398aa29d5a677bf4b16.zip cpython-14366f3a8ee08ee9dcaf7398aa29d5a677bf4b16.tar.gz cpython-14366f3a8ee08ee9dcaf7398aa29d5a677bf4b16.tar.bz2 |
Fix overlooked conf.py setting in flattening of Doc directory.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py index 7546c51..3bd82b1 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 |