mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-23 10:51:14 -03:00
Remove genindex
It does not work, so we don't want a link to it.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user