mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 22:44:01 +00:00
Remove genindex
It does not work, so we don't want a link to it.
This commit is contained in:
parent
bec23967d5
commit
c378b11eb4
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
{% extends "classic/layout.html" %}
|
{% 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 %}
|
{% block rootrellink %}
|
||||||
<li><img src="{{ pathto('_static/' + theme_root_icon, 1) }}" alt=""
|
<li><img src="{{ pathto('_static/' + theme_root_icon, 1) }}" alt=""
|
||||||
|
@ -30,7 +32,6 @@
|
||||||
{%- if pagename != "search" and builder != "singlehtml" and builder != "htmlhelp" %}
|
{%- if pagename != "search" and builder != "singlehtml" and builder != "htmlhelp" %}
|
||||||
<li class="right">
|
<li class="right">
|
||||||
{{ searchbox() }}
|
{{ searchbox() }}
|
||||||
{{ reldelim2 }}
|
|
||||||
</li>
|
</li>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue