diff --git a/docs/Makefile b/docs/Makefile index a2723d881..e5bb79b5c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -16,7 +16,9 @@ help: .PHONY: api-stubs api-stubs: - sphinx-apidoc -o api ../src/gallia + sphinx-apidoc -o api ../src + sed -i "1 s|.*|Modules|" api/modules.rst + sed -i "2 s|.*|=======|" api/modules.rst # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).