summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Roelandt <cyril@redhat.com>2021-10-05 20:11:26 +0200
committerCyril Roelandt <cyril@redhat.com>2021-10-05 20:28:40 +0200
commit98f4219b6e3cd51f3a6e0fba5e50aad867e59e7a (patch)
tree30e8a9f3eaae08aeaac74508108a42bb72d9ecdc
parentcb084f5289c5c23bdb9fabb413a81b32acb5a498 (diff)
downloadpython-glanceclient-98f4219b6e3cd51f3a6e0fba5e50aad867e59e7a.tar.gz
Make "tox -edocs" generate the manpage
Closes-Bug: #911805 Change-Id: Idbf5ddc56c608588cc30616f4a0cc12c2e698b9c
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 7d12799..7b30f62 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