From 65fd5be20d0269c47fbf8c5bbc37a6f24324594b Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Tue, 15 Aug 2023 00:40:42 +0200 Subject: [PATCH] Use the 'toctree-wrapper' class for the ``sphinx13`` theme (#11129) --- doc/_templates/contents.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/_templates/contents.html b/doc/_templates/contents.html index 003d8c3d75b..5eefe4e9fd3 100644 --- a/doc/_templates/contents.html +++ b/doc/_templates/contents.html @@ -2,5 +2,7 @@ {% set title = _('Sphinx documentation contents') %} {% block body %}

{{ _('Sphinx documentation contents') }}

+
{{ toctree(includehidden=True, collapse=False, maxdepth=3) }} +
{% endblock %}