]> git.notmuchmail.org Git - notmuch/commitdiff
doc: do not generate python module index
authorDavid Bremner <david@tethera.net>
Fri, 1 Jul 2022 10:52:35 +0000 (07:52 -0300)
committerDavid Bremner <david@tethera.net>
Thu, 14 Jul 2022 20:31:11 +0000 (16:31 -0400)
This currently seems unhelpful, and not generating it removes if from
the navigation bar, which prevents mis-clicking.

doc/conf.py

index b60fefbc32a533cd44ed6c5c0d467684fb4b8597..8cb650605dbab3f72e933a4b45d67b2589ca7768 100644 (file)
@@ -67,6 +67,8 @@ pygments_style = 'sphinx'
 # a list of builtin themes.
 html_theme = 'default'
 
+# prevent generation of python module index
+html_domain_indices=[]
 
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,