diff options
author | Georg Brandl <georg@python.org> | 2008-06-17 09:01:35 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-06-17 09:01:35 (GMT) |
commit | 5c15aba870511705e7a453729f3d0468617c5c4a (patch) | |
tree | f5336a48c74b0e9e6e803ebe38391a262864ab83 /Doc/conf.py | |
parent | 59f3ade862dc885ddc4499227256079625d690a2 (diff) | |
download | cpython-5c15aba870511705e7a453729f3d0468617c5c4a.zip cpython-5c15aba870511705e7a453729f3d0468617c5c4a.tar.gz cpython-5c15aba870511705e7a453729f3d0468617c5c4a.tar.bz2 |
Split the HTML index.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r-- | Doc/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ 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 # ------------------------ |