From: Georg Brandl Date: Fri, 30 Jul 2010 11:31:03 +0000 (+0000) Subject: #3143: enable "collapsible sidebar" feature of new Sphinx version. X-Git-Tag: v3.2a1~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a074523f3a8aaf3210165f236c64992d73538a32;p=thirdparty%2FPython%2Fcpython.git #3143: enable "collapsible sidebar" feature of new Sphinx version. --- diff --git a/Doc/conf.py b/Doc/conf.py index b19235428b48..b9d9ab5ac80a 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'