From 8c7dee99569b7de2eabbb0fd56c164fa2275c64a Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 18 Feb 2023 17:59:24 +0100 Subject: Turn all sphinx warnings are errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-ID: DOC-798 Signed-off-by: Cédric Ollivier Change-Id: I0c552a2d6917b82e7b5a71ab5176ad6c5b30d300 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg