From: Georg Brandl Date: Tue, 17 Jun 2008 09:01:35 +0000 (+0000) Subject: Split the HTML index. X-Git-Tag: v2.6b1~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c15aba870511705e7a453729f3d0468617c5c4a;p=thirdparty%2FPython%2Fcpython.git Split the HTML index. --- diff --git a/Doc/conf.py b/Doc/conf.py index da706692eea4..41a6b6198146 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 # ------------------------