Remove genindex

It does not work, so we don't want a link to it.
This commit is contained in:
Fabian Homborg 2020-10-02 22:59:41 +02:00
parent bec23967d5
commit c378b11eb4

View file

@ -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 %}
<li><img src="{{ pathto('_static/' + theme_root_icon, 1) }}" alt=""
@ -30,7 +32,6 @@
{%- if pagename != "search" and builder != "singlehtml" and builder != "htmlhelp" %}
<li class="right">
{{ searchbox() }}
{{ reldelim2 }}
</li>
{%- endif %}
{% endblock %}