Skip to content

Commit

Permalink
Use the 'toctree-wrapper' class for the sphinx13 theme (#11129)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Aug 14, 2023
1 parent 2656f34 commit 65fd5be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/_templates/contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit 65fd5be

Please sign in to comment.