Kaydet (Commit) a074523f authored tarafından Georg Brandl's avatar Georg Brandl

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

üst 3f94089a
......@@ -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'
......
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