From 4f4f9f22a07a83986dae3844b3add5af11989f2c Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 13 Oct 2020 00:19:52 +0200 Subject: [PATCH] Fix maxdepth error --- docs/source/_templates/package.rst_t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/_templates/package.rst_t b/docs/source/_templates/package.rst_t index fde7151fc5..1a268d41bb 100644 --- a/docs/source/_templates/package.rst_t +++ b/docs/source/_templates/package.rst_t @@ -7,7 +7,7 @@ {%- macro toctree(docnames) -%} .. toctree:: - :maxdepth: {{ maxdepth }} + :maxdepth: 6 {% for docname in docnames %} {{ docname }} {%- endfor %}