From 8a3562dfa54509f3664ba1e6f411fd3f864a94f3 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Fri, 15 Aug 2025 00:40:42 +0200 Subject: [PATCH] Fix for make index.rst --- sphinx.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx.mk b/sphinx.mk index 127e416..d823d9c 100644 --- a/sphinx.mk +++ b/sphinx.mk @@ -21,7 +21,7 @@ conf.py: pydocs/templates/conf.py.tpl pydocs/replace.sh conf.py "" "$$(date +%Y)" pydocs/replace.sh conf.py "" "Dirk Alders" -index.rst: pydocs/templates/index.rst.tpl +index.rst: venv/bin/sphinx-apidoc -TMo . $(SPHINXPRJ) mv $(SPHINXPRJ).rst index.rst