[PATCH 4/4] doc: do not generate python module index

Subject: [PATCH 4/4] doc: do not generate python module index

Date: Fri, 1 Jul 2022 07:58:29 -0300

To: David Bremner, notmuch@notmuchmail.org

Cc:

From: David Bremner


This currently seems unhelpful, and not generating it removes if from
the navigation bar, which prevents mis-clicking.
---
 doc/conf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/conf.py b/doc/conf.py
index 7f94cbed..4da38fed 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -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,
-- 
2.35.2

_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: