doc: do not generate python module index

This currently seems unhelpful, and not generating it removes if from
the navigation bar, which prevents mis-clicking.
This commit is contained in:
David Bremner 2022-07-01 07:52:35 -03:00
parent 9003394f5c
commit c527358794

View file

@ -67,6 +67,8 @@ pygments_style = 'sphinx'
# a list of builtin themes. # a list of builtin themes.
html_theme = 'default' 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, # 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, # relative to this directory. They are copied after the builtin static files,