docs: Fixes link to genindex.html when clicked from within a page behind internals/ directory structure.

This commit is contained in:
Christian Parpart 2021-05-31 14:17:58 +02:00
parent 29a995b937
commit d102c6c0d5

View File

@ -2,5 +2,5 @@
{% block menu %}
{{ super() }}
<a href="genindex.html">Keyword Index</a>
<a href="{{ pathto('genindex') }}">Keyword Index</a>
{% endblock %}