File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -354,9 +354,12 @@ def _check_dependencies():
354354 # '**': ['localtoc.html', 'pagesource.html']
355355}
356356
357- # If false, no module index is generated.
358- # html_use_modindex = True
359- html_domain_indices = ["py-modindex" ]
357+ # If true, add an index to the HTML documents.
358+ html_use_index = False
359+
360+ # If true, generate domain-specific indices in addition to the general index.
361+ # For e.g. the Python domain, this is the global module index.
362+ html_domain_index = False
360363
361364# If true, the reST sources are included in the HTML build as _sources/<name>.
362365# html_copy_source = True
Original file line number Diff line number Diff line change @@ -22,6 +22,4 @@ Contents
2222
2323.. only :: html
2424
25- * :ref: `genindex `
26- * :ref: `modindex `
2725 * :ref: `search `
You can’t perform that action at this time.
0 commit comments