Fix maxdepth error

This commit is contained in:
Griatch 2020-10-13 00:19:52 +02:00
parent 74f5a609f6
commit 4f4f9f22a0

View file

@ -7,7 +7,7 @@
{%- macro toctree(docnames) -%}
.. toctree::
:maxdepth: {{ maxdepth }}
:maxdepth: 6
{% for docname in docnames %}
{{ docname }}
{%- endfor %}