summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-30 11:31:03 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-30 11:31:03 (GMT)
commita074523f3a8aaf3210165f236c64992d73538a32 (patch)
tree539d64405e1545ad4a5beff18830641654d03d69 /Doc/conf.py
parent3f94089a77d95792c3adc087bbb0309ff9d592dc (diff)
downloadcpython-a074523f3a8aaf3210165f236c64992d73538a32.zip
cpython-a074523f3a8aaf3210165f236c64992d73538a32.tar.gz
cpython-a074523f3a8aaf3210165f236c64992d73538a32.tar.bz2
#3143: enable "collapsible sidebar" feature of new Sphinx version.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index b192354..b9d9ab5 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -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'