mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 23:36:30 +01:00
Fix templating context arg
This commit is contained in:
parent
c20c832003
commit
08223fbe75
31 changed files with 38 additions and 38 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
{%- macro toctree(docnames) -%}
|
||||
.. toctree::
|
||||
:maxdepth: {{ maxdepth }}
|
||||
:maxdepth: 6
|
||||
{% for docname in docnames %}
|
||||
{{ docname }}
|
||||
{%- endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue