mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
0d8f14d3e2
- https://stackoverflow.com/questions/25243482/how-to-add-sphinx-generated-index-to-the-sidebar-when-using-read-the-docs-theme
7 lines
169 B
HTML
7 lines
169 B
HTML
{% extends "!layout.html" %}
|
|
|
|
{% block menu %}
|
|
{{ super() }}
|
|
<a href="genindex.html">Index</a>
|
|
<a href="py-modindex.html">Module Index</a>
|
|
{% endblock %} |