File tree 2 files changed +6
-5
lines changed 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -354,9 +354,12 @@ def _check_dependencies():
354
354
# '**': ['localtoc.html', 'pagesource.html']
355
355
}
356
356
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
360
363
361
364
# If true, the reST sources are included in the HTML build as _sources/<name>.
362
365
# html_copy_source = True
Original file line number Diff line number Diff line change @@ -22,6 +22,4 @@ Contents
22
22
23
23
.. only :: html
24
24
25
- * :ref: `genindex `
26
- * :ref: `modindex `
27
25
* :ref: `search `
You can’t perform that action at this time.
0 commit comments