X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=574ff4e397184497ae33e6ae6b7da5b8fda1852e;hb=023bd13a0e4745e082c0056cdb5267691409f5e1;hp=d94b1129b9c8aa60ab818fc1227921178f719c2f;hpb=9c3af50160a00efae37e8a397a046d1c786596f8;p=doc.git diff --git a/tox.ini b/tox.ini index d94b1129b..574ff4e39 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ skipsdist = true [testenv:docs] deps = -r{toxinidir}/etc/requirements.txt commands = - sphinx-build -j 4 -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html + sphinx-build -j 3 -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" whitelist_externals = echo