Fix for make index.rst

This commit is contained in:
Dirk Alders 2025-08-15 00:40:42 +02:00
parent 1f0791f30c
commit 8a3562dfa5

View File

@ -21,7 +21,7 @@ conf.py: pydocs/templates/conf.py.tpl
pydocs/replace.sh conf.py "<year>" "$$(date +%Y)" pydocs/replace.sh conf.py "<year>" "$$(date +%Y)"
pydocs/replace.sh conf.py "<author>" "Dirk Alders" pydocs/replace.sh conf.py "<author>" "Dirk Alders"
index.rst: pydocs/templates/index.rst.tpl index.rst:
venv/bin/sphinx-apidoc -TMo . $(SPHINXPRJ) venv/bin/sphinx-apidoc -TMo . $(SPHINXPRJ)
mv $(SPHINXPRJ).rst index.rst mv $(SPHINXPRJ).rst index.rst