X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Ftox.ini;h=4bbc64032c6b24eb041b1e26e92a6273f04907a3;hb=2ec53e1cba9c16cf939798d7fa956d2c13fd341f;hp=49bbe0100ddb10ce689c80e5775f18ae38d03355;hpb=3e1f6a936d4af8fb6e43a4e469441e84d7992acb;p=cli.git diff --git a/docs/tox.ini b/docs/tox.ini index 49bbe010..4bbc6403 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -23,3 +23,12 @@ basepython = python3.8 commands = echo "Link Checking not enforced" #commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck whitelist_externals = echo + +[testenv:docs-spellcheck] +basepython = python3.8 +deps = + -r{toxinidir}/requirements-docs.txt + -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt + -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master +commands = + sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck