mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix overlooked conf.py setting in flattening of Doc directory.
This commit is contained in:
parent
6bd68608ff
commit
14366f3a8e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue