aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2024-11-30 19:23:00 +0100
committerDaniel Schadt <kingdread@gmx.de>2024-11-30 19:23:00 +0100
commited9a0b1926a472c827c01ad13810f605332f41d4 (patch)
tree71cd13433ed599931ae5c7ab1bc1d8fb8810f534
parent7495437c02b2338c2884d4e92dfb91a62123d0cd (diff)
downloadfietsboek-ed9a0b1926a472c827c01ad13810f605332f41d4.tar.gz
fietsboek-ed9a0b1926a472c827c01ad13810f605332f41d4.tar.bz2
fietsboek-ed9a0b1926a472c827c01ad13810f605332f41d4.zip
update rst2man invocation to drop the py suffixHEADmaster
https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-21-2024-04-09.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4c0e38e..17d6bdb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -54,7 +54,7 @@ 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
+ rst2man man/fietsctl.rst _build/man/fietsctl.1
[testenv:mypy]
commands_pre =