summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-02-18 17:59:24 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2023-02-18 17:59:55 +0100
commit8c7dee99569b7de2eabbb0fd56c164fa2275c64a (patch)
treef42fb6ae08f282ace4bbfc536c755dee806b5c2d
parente67410df9637dbd41a65d02cd1be436b759b24d2 (diff)
Turn all sphinx warnings are errors
Issue-ID: DOC-798 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I0c552a2d6917b82e7b5a71ab5176ad6c5b30d300
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e76d4c604..1fdc85bea 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,7 +24,7 @@ deps =
-chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt
-c{toxinidir}/etc/upper-constraints.onap.txt
commands =
- sphinx-build -b html -n -d {envtmpdir}/doctrees -c {toxinidir}/docs ./docs/guides/onap-developer/how-to-use-docs/templates {toxinidir}/docs/_build/html/templates
+ sphinx-build -W -b html -n -d {envtmpdir}/doctrees -c {toxinidir}/docs ./docs/guides/onap-developer/how-to-use-docs/templates {toxinidir}/docs/_build/html/templates
echo "Generated docs available in {toxinidir}/docs/_build/html/templates"
whitelist_externals =
echo