diff options
author | 2021-02-02 13:07:40 +0100 | |
---|---|---|
committer | 2021-02-15 14:51:14 +0100 | |
commit | 7a1bf9d69ed2b4a59100d6f3235c4b520a4785e7 (patch) | |
tree | dd056b88e885b8f48d88be68e3105eb50cf288fb | |
parent | a7df70769c2d33334f686dc7cbf2c3cfea2f40ae (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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |