X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Ftox.ini;fp=docs%2Ftox.ini;h=293b4688444437288d9408cadd220940fd4b4deb;hb=5e767c46e799ae1fb8e03f50c8f8731ff6db8191;hp=49bbe0100ddb10ce689c80e5775f18ae38d03355;hpb=9a0605f83dea27830aad99a748a4071f2f5b04c2;p=modeling%2Fetsicatalog.git diff --git a/docs/tox.ini b/docs/tox.ini index 49bbe01..293b468 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -23,3 +23,14 @@ 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 -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck + +