From 98f4219b6e3cd51f3a6e0fba5e50aad867e59e7a Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Tue, 5 Oct 2021 20:11:26 +0200 Subject: [PATCH] Make "tox -edocs" generate the manpage Closes-Bug: #911805 Change-Id: Idbf5ddc56c608588cc30616f4a0cc12c2e698b9c --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 7d12799b..7b30f62f 100644 --- a/tox.ini +++ b/tox.ini @@ -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