mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Use the 'toctree-wrapper' class for the `sphinx13` theme (#11129)
This commit is contained in:
2
doc/_templates/contents.html
vendored
2
doc/_templates/contents.html
vendored
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user