aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9eb73d0..d922d4b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -44,13 +44,17 @@ commands =
flake8 fietsboek
[testenv:sphinx]
-allowlist_externals = make
+allowlist_externals =
+ make
+ mkdir
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
+ mkdir -p _build/man
+ rst2man.py man/fietsctl.rst _build/man/fietsctl.1
[testenv:mypy]
commands_pre =