commit | 5c15aba870511705e7a453729f3d0468617c5c4a | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Jun 17 09:01:35 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Jun 17 09:01:35 2008 +0000 |
tree | f5336a48c74b0e9e6e803ebe38391a262864ab83 | |
parent | 59f3ade862dc885ddc4499227256079625d690a2 [diff] [blame] |
Split the HTML index.
diff --git a/Doc/conf.py b/Doc/conf.py index da70669..41a6b61 100644 --- a/Doc/conf.py +++ b/Doc/conf.py
@@ -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 # ------------------------