Fix templating context arg

This commit is contained in:
Griatch 2020-10-13 00:15:12 +02:00
parent c20c832003
commit 08223fbe75
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 %}