Skip to content

Commit 65fd5be

Browse files
authored
Use the 'toctree-wrapper' class for the sphinx13 theme (#11129)
1 parent 2656f34 commit 65fd5be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/_templates/contents.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
{% set title = _('Sphinx documentation contents') %}
33
{% block body %}
44
<h1>{{ _('Sphinx documentation contents') }}</h1>
5+
<div class="toctree-wrapper compound">
56
{{ toctree(includehidden=True, collapse=False, maxdepth=3) }}
7+
</div>
68
{% endblock %}

0 commit comments

Comments
 (0)