From: Guillaume Lambert Date: Fri, 23 Apr 2021 13:25:01 +0000 (+0200) Subject: Decrease Sphinx tox profiles logs verbosity X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=72385f649179450a7ce47bc1f51fd1f0fe878a88;p=docs.git Decrease Sphinx tox profiles logs verbosity This will ease gate failures analysis. Signed-off-by: Guillaume Lambert Change-Id: I0ae21afe7502383bf55113a23d99b23af13eb644 --- diff --git a/tox.ini b/tox.ini index eaf48bd0b..8eb8a9cac 100644 --- a/tox.ini +++ b/tox.ini @@ -7,12 +7,12 @@ skipsdist = true basepython = python3 deps = -rdocs/requirements.txt commands = - sphinx-build -j auto -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html + sphinx-build -q -j auto -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html [testenv:docs-linkcheck] basepython = python3 deps = -rdocs/requirements.txt -commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck +commands = sphinx-build -q -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck [testenv:pre-commit] basepython = python3