Fix overlooked conf.py setting in flattening of Doc directory.
This commit is contained in:
parent
6bd68608ff
commit
14366f3a8e
|
@ -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…
Reference in New Issue