diff --git a/doc/source/_templates/indexcontent.html b/doc/source/_templates/indexcontent.html
index b497c93dd832..55229a86db72 100644
--- a/doc/source/_templates/indexcontent.html
+++ b/doc/source/_templates/indexcontent.html
@@ -15,8 +15,6 @@
- Module Index
- quick access to all modules
General Index
all functions, classes, terms
Glossary
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 0fa9051113af..42e46c4f85b7 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -121,7 +121,7 @@
}
# If false, no module index is generated.
-html_use_modindex = True
+html_domain_indices = False
# If true, the reST sources are included in the HTML build as _sources/.
#html_copy_source = True
|