diff options
Diffstat (limited to 'docs/tox.ini')
-rw-r--r-- | docs/tox.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index 49bbe0100..4bbc64032 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 |