From c378b11eb4e59a1067b3070b772cb5ebf828c474 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 2 Oct 2020 22:59:41 +0200 Subject: [PATCH] Remove genindex It does not work, so we don't want a link to it. --- doc_src/python_docs_theme/layout.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %}