X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=ad85799d31868e63e2301b675bfa31d2961f0419;hb=d2276d54689c0136386dc575bc595edbae3249e2;hp=69e2c714c35d6f6991a44b2d0a2ddc7c187d20e2;hpb=966b220a33f02d925dd198a3b2300931507a26bd;p=docs.git diff --git a/tox.ini b/tox.ini index 69e2c714c..ad85799d3 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ skipsdist = true basepython = python3 deps = -rdocs/requirements.txt commands = - sphinx-build -q -j auto -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html + sphinx-build -q -j auto -W --keep-going -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html [testenv:docs-linkcheck] basepython = python3 @@ -56,5 +56,5 @@ deps = whitelist_externals = sh commands = sh -c 'command enchant>/dev/null || command enchant-2 -v>/dev/null || sudo yum -y install enchant || (echo "enchant command not found - please install it (e.g. sudo apt-get install enchant | yum install enchant )" >&2 && exit 1)' - sphinx-build -q -W -b spelling -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/spelling + sphinx-build -q -W --keep-going -b spelling -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/spelling