summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ac780c1..80d116ff 100644
--- a/Makefile
+++ b/Makefile
@@ -21,9 +21,10 @@ syntax-check:
docs:
make -C docs
+ make apidocs
apidocs:
mkdir -p build
- epydoc -v --config=setup.cfg
+ pydoctor -v --config=.pydoctor.cfg
.PHONY: docs