Files
sphinx/doc/_templates/contents.html
2022-07-10 22:48:15 +01:00

7 lines
225 B
HTML

{% extends "layout.html" %}
{% set title = _('Sphinx documentation contents') %}
{% block body %}
<h1>{{ _('Sphinx documentation contents') }}</h1>
{{ toctree(includehidden=True, collapse=False, maxdepth=3) }}
{% endblock %}