aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py.in')
-rw-r--r--doc/conf.py.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in
index e83cc324a..b8575b9e1 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -143,7 +143,7 @@ html_use_smartypants = True
html_additional_pages = { 'index' : 'index.html'}
# If false, no module index is generated.
-#html_use_modindex = True
+html_use_modindex = False
# If false, no index is generated.
html_use_index = False
@@ -164,5 +164,3 @@ html_add_permalinks = True
# If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
#html_file_suffix = ''
-# Output file base name for HTML help builder.
-#htmlhelp_basename = 'PyQtBdoc'