Remove template that is no longer used.

This commit is contained in:
Felix Fontein
2023-11-26 18:09:44 +01:00
parent 8dce7764f9
commit efa9ab4c25

View File

@@ -1,17 +0,0 @@
.. _modules_by_category:
{# avoids rST "isn't included in any toctree" errors for module index docs #}
:orphan:
Module Index
============
.. toctree:: :maxdepth: 1
{% for name in categories %}
{# strip out empty category names as a result flattening the dir structure #}
{% if name %}
list_of_@{ name }@_modules
{% endif %}
{% endfor %}