Split the HTML index.

This commit is contained in:
Georg Brandl 2008-06-17 09:01:35 +00:00
parent 59f3ade862
commit 5c15aba870
1 changed files with 3 additions and 0 deletions

View 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
# ------------------------