summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2022-01-10 11:14:53 +0000
committerGitHub <noreply@github.com>2022-01-10 11:14:53 +0000
commitdae4fc1c7db3a93b5ed7b25572b416c70da5de76 (patch)
treeef75e00c0bb96d9f03169cc42385834dc9ec238d /tox.ini
parent6607e2cf43c17141838c11f964474ae1225b641b (diff)
downloadtox-git-dae4fc1c7db3a93b5ed7b25572b416c70da5de76.tar.gz
Fix CLI documentation is missing and broken documentation references (#2311)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index fda95b64..459e7c08 100644
--- a/tox.ini
+++ b/tox.ini
@@ -62,7 +62,7 @@ description = build documentation
extras =
docs
commands =
- sphinx-build -d "{envtmpdir}{/}doctree" docs "{toxworkdir}{/}docs_out" --color -b html {posargs}
+ sphinx-build -d "{envtmpdir}{/}doctree" docs "{toxworkdir}{/}docs_out" --color -b html {posargs} -W
python -c 'print(r"documentation available under file://{toxworkdir}{/}docs_out{/}index.html")'
[testenv:pkg_meta]