From efa9ab4c2513c2ffbc43d696bc73997704e86c74 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 26 Nov 2023 18:09:44 +0100 Subject: [PATCH] Remove template that is no longer used. --- docs/templates/modules_by_category.rst.j2 | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 docs/templates/modules_by_category.rst.j2 diff --git a/docs/templates/modules_by_category.rst.j2 b/docs/templates/modules_by_category.rst.j2 deleted file mode 100644 index 7763528448..0000000000 --- a/docs/templates/modules_by_category.rst.j2 +++ /dev/null @@ -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 %}