Decrease Sphinx tox profiles logs verbosity 02/95902/2
authorGuillaume Lambert <guillaume.lambert@orange.com>
Fri, 23 Apr 2021 13:25:01 +0000 (15:25 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Fri, 23 Apr 2021 13:49:41 +0000 (15:49 +0200)
This will ease gate failures analysis.

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I0ae21afe7502383bf55113a23d99b23af13eb644

tox.ini

diff --git a/tox.ini b/tox.ini
index eaf48bd0b05ebabf6074e945e804e52cb53aedb2..8eb8a9cacdf3f577a7495309a62c17a41fd5ee2e 100644 (file)
--- 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