diff options
author | Daniel Schadt <kingdread@gmx.de> | 2023-05-13 16:01:56 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2023-05-13 16:01:56 +0200 |
commit | 55f8e9eae38d908e47badaf42c456d47174fb4d9 (patch) | |
tree | 69b2f3b8ecfad3cd8ad0156633c7373e63266768 /tox.ini | |
parent | dca030a075d2a1b12f8ca902ffb44fa1eeb6b718 (diff) | |
download | fietsboek-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.ini | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 = |