sphinx/doc/_templates/contents.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
271 B
HTML
Raw Normal View History

2022-07-10 16:48:15 -05:00
{% extends "layout.html" %}
{% set title = _('Sphinx documentation contents') %}
{% block body %}
<h1>{{ _('Sphinx documentation contents') }}</h1>
<div class="toctree-wrapper compound">
2022-07-10 16:48:15 -05:00
{{ toctree(includehidden=True, collapse=False, maxdepth=3) }}
</div>
2022-07-10 16:48:15 -05:00
{% endblock %}