[Python-checkins] r83274 - python/branches/py3k/Doc/conf.py

georg.brandl python-checkins at python.org
Fri Jul 30 13:31:03 CEST 2010


Author: georg.brandl
Date: Fri Jul 30 13:31:03 2010
New Revision: 83274

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

Modified:
   python/branches/py3k/Doc/conf.py

Modified: python/branches/py3k/Doc/conf.py
==============================================================================
--- python/branches/py3k/Doc/conf.py	(original)
+++ python/branches/py3k/Doc/conf.py	Fri Jul 30 13:31:03 2010
@@ -66,6 +66,9 @@
 # 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'


More information about the Python-checkins mailing list