aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 689e069..4f2a169 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -14,8 +14,8 @@ help:
apidoc:
mkdir -p api/codegen/
- sphinx-apidoc ../pyecsca/ --implicit-namespaces --ext-autodoc -f -e -o api/
- sphinx-apidoc ../../pyecsca-codegen/pyecsca/ --implicit-namespaces --ext-autodoc --no-toc -f -e -o api/codegen/
+ sphinx-apidoc ../pyecsca/ --implicit-namespaces --ext-autodoc -M -f -e -o api/
+ sphinx-apidoc ../../pyecsca-codegen/pyecsca/ --implicit-namespaces --ext-autodoc -M -no-toc -f -e -o api/codegen/
echo " codegen/pyecsca.codegen" >> api/modules.rst
.PHONY: help apidoc Makefile