mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Switch to new "lighter" doc design.
This commit is contained in:
parent
11ee31ab08
commit
ab7121430e
4 changed files with 9 additions and 4 deletions
|
|
@ -65,9 +65,12 @@ highlight_language = 'python3'
|
|||
# Options for HTML output
|
||||
# -----------------------
|
||||
|
||||
html_theme = 'default'
|
||||
html_theme = 'pydoctheme'
|
||||
html_theme_path = ['tools/sphinxext']
|
||||
html_theme_options = {'collapsiblesidebar': True}
|
||||
|
||||
html_short_title = '%s Documentation' % release
|
||||
|
||||
# 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