From: guillaume.lambert Date: Sat, 24 Apr 2021 08:37:53 +0000 (+0200) Subject: [DOC] Decrease Sphinx tox profiles logs verbosity X-Git-Tag: 9.0.0~307^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=91df0d8a90c3630b1a2f7b42e1b93b5a262f043d [DOC] Decrease Sphinx tox profiles logs verbosity to ease gate failures analysis as proposed by Eric. Issue-ID: DOC-710 Signed-off-by: guillaume.lambert Change-Id: Ic59da02bc65ca9d5b584c48429215760fe4130da --- diff --git a/tox.ini b/tox.ini index fcabf9cadc..01e9953617 100644 --- a/tox.ini +++ b/tox.ini @@ -17,11 +17,11 @@ commands = [testenv:docs] deps = -rdocs/requirements-docs.txt commands = - sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html + sphinx-build -q -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html [testenv:docs-linkcheck] deps = -rdocs/requirements-docs.txt -commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck +commands = sphinx-build -q -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck [testenv:spelling] #basepython = python3