Fix templating context arg

This commit is contained in:
Griatch 2020-10-13 00:15:12 +02:00
parent 6e6f49a513
commit 3cd8c4a0e6
31 changed files with 38 additions and 38 deletions

View file

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