Use the 'toctree-wrapper' class for the `sphinx13` theme (#11129)

This commit is contained in:
Matthias Geier
2023-08-15 00:40:42 +02:00
committed by GitHub
parent 2656f34848
commit 65fd5be20d

View File

@@ -2,5 +2,7 @@
{% set title = _('Sphinx documentation contents') %}
{% block body %}
<h1>{{ _('Sphinx documentation contents') }}</h1>
<div class="toctree-wrapper compound">
{{ toctree(includehidden=True, collapse=False, maxdepth=3) }}
</div>
{% endblock %}