Browse Source

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

pull/9921/head
Ned Deily 11 years ago
parent
commit
14366f3a8e
  1. 2
      Doc/conf.py

2
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

Loading…
Cancel
Save