]> granicus.if.org Git - python/commitdiff
Split the HTML index.
authorGeorg Brandl <georg@python.org>
Tue, 17 Jun 2008 09:01:35 +0000 (09:01 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 17 Jun 2008 09:01:35 +0000 (09:01 +0000)
Doc/conf.py

index da706692eea40773e97923cfd3a61800cf7ca248..41a6b619814616360b11dc6c8ced7856635149ed 100644 (file)
@@ -94,6 +94,9 @@ html_static_path = ['tools/sphinxext/static']
 # Output file base name for HTML help builder.
 htmlhelp_basename = 'python' + release.replace('.', '')
 
+# Split the index
+html_split_index = True
+
 
 # Options for LaTeX output
 # ------------------------