Decrease Sphinx tox profiles logs verbosity 26/96526/2
authorGuillaume Lambert <guillaume.lambert@orange.com>
Fri, 23 Apr 2021 13:25:01 +0000 (15:25 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Mon, 14 Jun 2021 11:53:10 +0000 (13:53 +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 7018fdf3dc56eb74240831efcc01ce0a088ee9d8..a4ac27f35257a3824defbf5c1c8fad599210b05a 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-install]
 basepython = python3