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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c15aba870511705e7a453729f3d0468617c5c4a;p=python Split the HTML index. --- diff --git a/Doc/conf.py b/Doc/conf.py index da706692ee..41a6b61981 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 # ------------------------