aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a31e865..86909c4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -49,6 +49,7 @@ changedir={toxinidir}{/}doc
commands_pre =
poetry install -v --with docs
commands =
+ sphinx-apidoc -d 1 -f -M -e -o developer/module/ ../fietsboek "upd_*"
make html
[testenv:mypy]