head added to make rules

This commit is contained in:
Dirk Alders 2025-08-15 19:15:37 +02:00
parent 8a3562dfa5
commit 63426469d7

View File

@ -15,6 +15,13 @@ localhelp:
echo -e "\033[1;33m - view - Create a local documentation files and view them\e[0m"
echo -e "\033[1;33m - release - Create a local documentation files and movem them to the module\e[0m $(SPHINXPRJ)/_docs_"
head:
echo -ne "\n\n\033[1;34m"
echo -e "╔══════╗"
echo -e "║ docs ║"
echo -e "╚══════╝\033[00m"
conf.py: pydocs/templates/conf.py.tpl
cp pydocs/templates/conf.py.tpl conf.py
pydocs/replace.sh conf.py "<module_name>" "$(SPHINXPRJ)"
@ -25,7 +32,7 @@ index.rst:
venv/bin/sphinx-apidoc -TMo . $(SPHINXPRJ)
mv $(SPHINXPRJ).rst index.rst
html: examples conf.py index.rst
html: head examples conf.py index.rst
echo -e "\e[1m * Generated html files...\e[0m"
$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)