aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
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 fff1a35..704c458 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -14,7 +14,7 @@ help:
apidoc:
mkdir -p api/
- sphinx-apidoc ../pyecsca/ -f -o api/
+ sphinx-apidoc ../pyecsca/ -f -e -o api/
.PHONY: help apidoc Makefile