a b/doc/template/toc.rst_t
1
2
{{ header | heading }}
3
4
.. toctree::
5
   :maxdepth: {{ maxdepth }}
6
{% for docname in docnames %}
7
   {{ docname }}
8
{%- endfor %}