Fix overlooked conf.py setting in flattening of Doc directory.

This commit is contained in:
Ned Deily 2014-09-30 18:41:37 -07:00
parent 6bd68608ff
commit 14366f3a8e
1 changed files with 1 additions and 1 deletions

View File

@ -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