mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 01:55:39 +00:00
Prevent auto-addition of toc by autoapi
- Also fix links in sidebar
This commit is contained in:
4
docs/templates/layout.html
vendored
4
docs/templates/layout.html
vendored
@ -2,6 +2,6 @@
|
||||
|
||||
{% block menu %}
|
||||
{{ super() }}
|
||||
<a href="genindex.html">Index</a>
|
||||
<a href="py-modindex.html">Module Index</a>
|
||||
<a href="/py-modindex.html">Module Index</a>
|
||||
<a href="/genindex.html">Index</a>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user