Kaydet (Commit) 14366f3a authored tarafından Ned Deily's avatar Ned Deily

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

üst 6bd68608
...@@ -68,7 +68,7 @@ needs_sphinx = '1.2' ...@@ -68,7 +68,7 @@ needs_sphinx = '1.2'
# ----------------------- # -----------------------
html_theme = 'pydoctheme' html_theme = 'pydoctheme'
html_theme_path = ['tools/sphinxext'] html_theme_path = ['tools']
html_theme_options = {'collapsiblesidebar': True} html_theme_options = {'collapsiblesidebar': True}
html_short_title = '%s Documentation' % release html_short_title = '%s Documentation' % release
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment