summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kulik <thomas.kulik@telekom.de>2021-04-27 07:42:03 +0000
committerGerrit Code Review <gerrit@onap.org>2021-04-27 07:42:03 +0000
commitbe173ce5417b255435124e1ef9870d94954f35a9 (patch)
tree3cc005c71008fb8c6c06264c549c8eb15bb456d6
parent1f3050ee6c10d304972f65378a82bbe8ac7abd93 (diff)
parentf39d9de23862307cca962afd13e4239886043761 (diff)
Merge "[DOC] Decrease Sphinx tox profiles logs verbosity" into honolulu
-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