summaryrefslogtreecommitdiffstats
path: root/doc/_templates/contents.html
blob: 003d8c3d75b117ddda243081f4fdea0f81fad7cd (plain)
1
2
3
4
5
6
{% extends "layout.html" %}
{% set title = _('Sphinx documentation contents') %}
{% block body %}
<h1>{{ _('Sphinx documentation contents') }}</h1>
{{ toctree(includehidden=True, collapse=False, maxdepth=3) }}
{% endblock %}