X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=d94b1129b9c8aa60ab818fc1227921178f719c2f;hb=d963c22a03e5cf7aff2e6dc39c07a4df5d9bdc31;hp=a3520183c101ce8121412f37781c9f5a5bc28d0b;hpb=ee0fa3979596220e6b18ceaea1515d4ff1e70d3d;p=doc.git diff --git a/tox.ini b/tox.ini index a3520183c..d94b1129b 100644 --- a/tox.ini +++ b/tox.ini @@ -20,6 +20,13 @@ whitelist_externals = echo git -[testenv:docs-linkcheck] +[testenv:linkcheck] deps = -r{toxinidir}/etc/requirements.txt commands = sphinx-build -j 4 -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck + +[testenv:spellcheck] +deps = + -r{toxinidir}/etc/requirements.txt + sphinxcontrib-spelling +commands = + sphinx-build -b spelling -Dextensions=sphinxcontrib.spelling -Dspelling_word_list_filename=validwords.txt -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/spellcheck