From 7a1bf9d69ed2b4a59100d6f3235c4b520a4785e7 Mon Sep 17 00:00:00 2001 From: Guillaume Lambert Date: Tue, 2 Feb 2021 13:07:40 +0100 Subject: [DOC] Enforce warnings at docs buildtime Issue-ID: DOC-692 Signed-off-by: Guillaume Lambert Change-Id: I36294591e42737592ffecdd5ec8f7d231d3c50d1 (cherry picked from commit e4663896f2e322ac0490b1464fd323618a6596c1) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg