aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2023-05-13 16:01:56 +0200
committerDaniel Schadt <kingdread@gmx.de>2023-05-13 16:01:56 +0200
commit55f8e9eae38d908e47badaf42c456d47174fb4d9 (patch)
tree69b2f3b8ecfad3cd8ad0156633c7373e63266768 /tox.ini
parentdca030a075d2a1b12f8ca902ffb44fa1eeb6b718 (diff)
downloadfietsboek-55f8e9eae38d908e47badaf42c456d47174fb4d9.tar.gz
fietsboek-55f8e9eae38d908e47badaf42c456d47174fb4d9.tar.bz2
fietsboek-55f8e9eae38d908e47badaf42c456d47174fb4d9.zip
add a manpage for fietsctl
It's a start, now it's there and can be improved!
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 =