X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Ftox.ini;h=52accb2cf055a8967210c89cbec2c2669e646894;hb=8601cc6c7dac244ba6f9bab810bc4046cf6cc6c5;hp=980bc2205c6eb9ff724ada8df0703b11595baeac;hpb=aa3a520e7b85bbebf8b1f603bd1979154204f718;p=so.git diff --git a/docs/tox.ini b/docs/tox.ini index 980bc2205c..52accb2cf0 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -26,3 +26,13 @@ deps = 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 +