From 55f8e9eae38d908e47badaf42c456d47174fb4d9 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 13 May 2023 16:01:56 +0200 Subject: add a manpage for fietsctl It's a start, now it's there and can be improved! --- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tox.ini') 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 = -- cgit v1.2.3