Make "tox -edocs" generate the manpage

Closes-Bug: #911805
Change-Id: Idbf5ddc56c608588cc30616f4a0cc12c2e698b9c
This commit is contained in:
Cyril Roelandt
2021-10-05 20:11:26 +02:00
parent cb084f5289
commit 98f4219b6e
+1
View File
@@ -52,6 +52,7 @@ basepython = python3
deps = -r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -W -b html doc/source doc/build/html
sphinx-build -W -b man doc/source doc/build/man
[testenv:releasenotes]
basepython = python3