We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sphinx13
1 parent 2656f34 commit 65fd5beCopy full SHA for 65fd5be
doc/_templates/contents.html
@@ -2,5 +2,7 @@
2
{% set title = _('Sphinx documentation contents') %}
3
{% block body %}
4
<h1>{{ _('Sphinx documentation contents') }}</h1>
5
+<div class="toctree-wrapper compound">
6
{{ toctree(includehidden=True, collapse=False, maxdepth=3) }}
7
+</div>
8
{% endblock %}
0 commit comments