mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +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" %}
|
||||
{# 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 %}
|
||||
|
|
Loading…
Reference in a new issue