diff --git a/doc_src/python_docs_theme/layout.html b/doc_src/python_docs_theme/layout.html index ed6d7ed97..e0eacbaec 100644 --- a/doc_src/python_docs_theme/layout.html +++ b/doc_src/python_docs_theme/layout.html @@ -1,4 +1,6 @@ {% extends "classic/layout.html" %} +{# Remove broken "genindex" link - unfortunately this takes with it the acceptable "next" and "previous" links, but they're not super necessary. #} +{% set rellinks = [] %} {% block rootrellink %}
  • {{ searchbox() }} - {{ reldelim2 }}
  • {%- endif %} {% endblock %}