[DOC] Decrease Sphinx tox profiles logs verbosity 69/120869/1
authorGuillaume Lambert <guillaume.lambert@orange.com>
Fri, 23 Apr 2021 09:14:34 +0000 (11:14 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Fri, 23 Apr 2021 09:14:34 +0000 (11:14 +0200)
to ease gate failures analysis as proposed by Eric.

Issue-ID: DOC-710
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I5fe51e5794f58ca0200be57aa161d2f965523776

tox.ini

diff --git a/tox.ini b/tox.ini
index 5807a81..f3a4d0e 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ skipsdist = true
 basepython = python3
 deps = -r{toxinidir}/etc/requirements.txt
 commands =
-    sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
+    sphinx-build -W -q -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
     echo "Generated docs available in {toxinidir}/docs/_build/html"
 whitelist_externals =
     echo
@@ -19,7 +19,7 @@ basepython = python3
 deps = -r{toxinidir}/etc/requirements.txt
 commands =
     git submodule update --depth 100 --init
-    sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
+    sphinx-build -q -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
     echo "Generated docs available in {toxinidir}/docs/_build/html"
 whitelist_externals =
     echo
@@ -28,7 +28,7 @@ whitelist_externals =
 [testenv:docs-linkcheck]
 basepython = python3
 deps = -r{toxinidir}/etc/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:spellcheck]
 basepython = python3