aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorJ08nY2020-02-08 23:23:02 +0100
committerJ08nY2020-02-08 23:23:02 +0100
commit2b8f3752505c3a03f617534ebfadd7fb70e09ba2 (patch)
treef1eb76b4eca348ae763e2578ef0e13d2b8a1d74b /docs/Makefile
parent59b09851d4452448ffd9100aca2335f2424885e0 (diff)
downloadpyecsca-2b8f3752505c3a03f617534ebfadd7fb70e09ba2.tar.gz
pyecsca-2b8f3752505c3a03f617534ebfadd7fb70e09ba2.tar.zst
pyecsca-2b8f3752505c3a03f617534ebfadd7fb70e09ba2.zip
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