summaryrefslogtreecommitdiffstats
path: root/sphinx/templates/apidoc/toc.rst_t
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/templates/apidoc/toc.rst_t')
-rw-r--r--sphinx/templates/apidoc/toc.rst_t8
1 files changed, 8 insertions, 0 deletions
diff --git a/sphinx/templates/apidoc/toc.rst_t b/sphinx/templates/apidoc/toc.rst_t
new file mode 100644
index 0000000..f0877ee
--- /dev/null
+++ b/sphinx/templates/apidoc/toc.rst_t
@@ -0,0 +1,8 @@
+{{ header | heading }}
+
+.. toctree::
+ :maxdepth: {{ maxdepth }}
+{% for docname in docnames %}
+ {{ docname }}
+{%- endfor %}
+