From 5c15aba870511705e7a453729f3d0468617c5c4a Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 17 Jun 2008 09:01:35 +0000 Subject: [PATCH] Split the HTML index. --- Doc/conf.py | 3 +++ 1 file changed, 3 insertions(+) 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 # ------------------------ -- 2.50.0