aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorJ08nY2020-02-12 21:00:20 +0100
committerJ08nY2020-02-12 21:00:20 +0100
commit85afbe7548d59d5ca5a8d17b32926f99235f5211 (patch)
tree5645730f38ff87bcbdfe76539dee2e7961df4901 /docs/Makefile
parent11bd56b296f1620932f098a6037f0807e7f6616f (diff)
downloadpyecsca-85afbe7548d59d5ca5a8d17b32926f99235f5211.tar.gz
pyecsca-85afbe7548d59d5ca5a8d17b32926f99235f5211.tar.zst
pyecsca-85afbe7548d59d5ca5a8d17b32926f99235f5211.zip
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 4f2a169..eac584d 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -15,7 +15,7 @@ help:
apidoc:
mkdir -p 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/
+ 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