Decrease docs tox profiles logs verbosity 06/95906/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Sat, 24 Apr 2021 08:31:32 +0000 (10:31 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Sat, 24 Apr 2021 08:31:32 +0000 (10:31 +0200)
This will ease gate failures analysis.

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I322e8fa0c621e54edee89d39bba29a2a843741e6

tox.ini

diff --git a/tox.ini b/tox.ini
index 6d7703cf950ca381d77f9085df3031105598202c..c2d70f6df8cf444a263d6f16b4b5498a02acf741 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -76,13 +76,13 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
 basepython = python3
 deps = -rdocs/requirements.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]
 passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
 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:checkbashisms]
 deps =