X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=c685a3fdd2db781392e16e9937ae7751eb85204b;hp=fa189761d4a64ae54afdbd836da836e008a40cc1;hb=03ad4d00210c60e2232402d2ba8ca179b772bc94;hpb=c8493eb3a9b8080f4beb80cd6f5a46396520ee1e diff --git a/tox.ini b/tox.ini index fa189761d4..c685a3fdd2 100644 --- a/tox.ini +++ b/tox.ini @@ -17,11 +17,11 @@ commands = [testenv:docs] deps = -rdocs/requirements-docs.txt commands = - sphinx-build -j auto -W -b html -n -W -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html + sphinx-build -W -b html -n -W -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html [testenv:docs-linkcheck] deps = -rdocs/requirements-docs.txt -commands = sphinx-build -j auto -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck +commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck [testenv:gitlint] basepython = python3