diff options
author | Eric Debeau <eric.debeau@orange.com> | 2021-02-09 13:22:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-09 13:22:12 +0000 |
commit | 73a1e1cac92e297fd71b616360f2cf04f3255dd6 (patch) | |
tree | e69433f1694f7ead7c7f2ba4dfcec396fce995d7 | |
parent | 56ee8304b69aff5d8318c815b461da903e6859e5 (diff) | |
parent | e4663896f2e322ac0490b1464fd323618a6596c1 (diff) |
Merge "[DOC] Enforce warnings at docs buildtime"
-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 |