Skip to content

Commit

Permalink
docs: fix links in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Oct 27, 2022
1 parent 212705d commit b09664b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<br />
<br />
<ul>
<Li><a href="genindex.html">Index</a></Li>
<Li><a href="contents.html">Sitemap</a></Li>
<Li><a href="{{ pathto('genindex') }}">Index</a></Li>
<Li><a href="{{ pathto(master_doc) }}">Sitemap</a></Li>
</ul>
{% endblock %}

0 comments on commit b09664b

Please sign in to comment.