#3143: enable "collapsible sidebar" feature of new Sphinx version.

This commit is contained in:
Georg Brandl 2010-07-30 11:31:03 +00:00
parent 3f94089a77
commit a074523f3a
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ highlight_language = 'python3'
# Options for HTML output
# -----------------------
html_theme = 'default'
html_theme_options = {'collapsiblesidebar': True}
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
html_last_updated_fmt = '%b %d, %Y'