[Python-checkins] r64328 - python/trunk/Doc/conf.py

georg.brandl python-checkins at python.org
Tue Jun 17 11:01:36 CEST 2008


Author: georg.brandl
Date: Tue Jun 17 11:01:35 2008
New Revision: 64328

Log:
Split the HTML index.


Modified:
   python/trunk/Doc/conf.py

Modified: python/trunk/Doc/conf.py
==============================================================================
--- python/trunk/Doc/conf.py	(original)
+++ python/trunk/Doc/conf.py	Tue Jun 17 11:01:35 2008
@@ -94,6 +94,9 @@
 # Output file base name for HTML help builder.
 htmlhelp_basename = 'python' + release.replace('.', '')
 
+# Split the index
+html_split_index = True
+
 
 # Options for LaTeX output
 # ------------------------


More information about the Python-checkins mailing list