summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Debeau <eric.debeau@orange.com>2021-02-09 13:22:12 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-09 13:22:12 +0000
commit73a1e1cac92e297fd71b616360f2cf04f3255dd6 (patch)
treee69433f1694f7ead7c7f2ba4dfcec396fce995d7
parent56ee8304b69aff5d8318c815b461da903e6859e5 (diff)
parente4663896f2e322ac0490b1464fd323618a6596c1 (diff)
Merge "[DOC] Enforce warnings at docs buildtime"
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d4352d303..c865d2e0c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ skipsdist = true
basepython = python3
deps = -r{toxinidir}/etc/requirements.txt
commands =
- sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
+ sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
echo "Generated docs available in {toxinidir}/docs/_build/html"
whitelist_externals =
echo