Merge "Make "tox -edocs" generate the manpage"

This commit is contained in:
Zuul 2022-11-10 15:41:27 +00:00 committed by Gerrit Code Review
commit 4e7f83e887
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,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