summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Lambert <guillaume.lambert@orange.com>2021-04-23 11:14:34 +0200
committerEric Debeau <eric.debeau@orange.com>2021-04-23 13:51:52 +0000
commitf39d9de23862307cca962afd13e4239886043761 (patch)
tree1d6dd09d1a6b13d843f655f3a6ac6224ffcd876a
parent53cc2d64a7150fa88b7d0ceb6fbf4a1a27de7519 (diff)
[DOC] Decrease Sphinx tox profiles logs verbosity
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 (cherry picked from commit dbf91770dfd60a27bdb0a0ccbb4ce51e6d1e0c2c)
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 5807a8180..f3a4d0ea3 100644
--- 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