mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
#3143: enable "collapsible sidebar" feature of new Sphinx version.
This commit is contained in:
parent
3f94089a77
commit
a074523f3a
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue