summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Lambert <guillaume.lambert@orange.com>2021-02-02 13:07:40 +0100
committerGuillaume Lambert <guillaume.lambert@orange.com>2021-02-15 14:51:14 +0100
commit7a1bf9d69ed2b4a59100d6f3235c4b520a4785e7 (patch)
treedd056b88e885b8f48d88be68e3105eb50cf288fb
parenta7df70769c2d33334f686dc7cbf2c3cfea2f40ae (diff)
[DOC] Enforce warnings at docs buildtime
Issue-ID: DOC-692 Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com> Change-Id: I36294591e42737592ffecdd5ec8f7d231d3c50d1 (cherry picked from commit e4663896f2e322ac0490b1464fd323618a6596c1)
-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