Merge "[DOC] Decrease Sphinx tox profiles logs verbosity"
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 27 Apr 2021 20:18:47 +0000 (20:18 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 27 Apr 2021 20:18:47 +0000 (20:18 +0000)
tox.ini

diff --git a/tox.ini b/tox.ini
index fcabf9c..01e9953 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -17,11 +17,11 @@ commands =
 [testenv:docs]
 deps = -rdocs/requirements-docs.txt
 commands =
- sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
+ sphinx-build -q -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
 
 [testenv:docs-linkcheck]
 deps = -rdocs/requirements-docs.txt
-commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
+commands = sphinx-build -q -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
 
 [testenv:spelling]
 #basepython = python3