X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=01e99536175d645ce0c8a7f41abdcdc1f99927e3;hp=fcabf9cadc0734a9da530ef232e1c2978090fe03;hb=91df0d8a90c3630b1a2f7b42e1b93b5a262f043d;hpb=ddf0d20733ea11ae6beb6dad5c6998a94ddaaf7d diff --git a/tox.ini b/tox.ini index fcabf9cadc..01e9953617 100644 --- 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