diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ changedir={toxinidir}{/}doc commands_pre = poetry install -v --with docs commands = - sphinx-apidoc -d 1 -f -M -e -o developer/module/ ../fietsboek "upd_*" + sphinx-apidoc -d 1 -M -e -o developer/module/ ../fietsboek "upd_*" make html mkdir -p _build/man rst2man man/fietsctl.rst _build/man/fietsctl.1 |