Decrease docs tox profiles logs verbosity 16/95816/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:49:56 +0000 (08:49 +0000)
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 bacf1c8a77021b712125167cbea9c30f1a71d308..c4c064b8994f93340f56004dafd9b546832f3382 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -73,13 +73,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 =