diff options
author | marineMD <marine.de.dorlodot@intl.att.com> | 2022-11-14 15:46:34 +0100 |
---|---|---|
committer | marineMD <marine.de.dorlodot@intl.att.com> | 2022-11-14 15:47:08 +0100 |
commit | ed0b18250bab22f6cdfbb570f2495301cf669d77 (patch) | |
tree | 400037be9ac185ac44ca60471b8338cce7825235 /docs/tox.ini | |
parent | 23189ffaa1099cfd83fd54fd771c4f40ccb95454 (diff) |
Fix DOC config files
Issue-ID: DOC-798
Signed-off-by: marineMD <marine.de.dorlodot@intl.att.com>
Change-Id: Ic9b887a8f6c96ed332cde9997efb3471e7e2e35f
Diffstat (limited to 'docs/tox.ini')
-rw-r--r-- | docs/tox.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index 49bbe010..ddafc780 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -23,3 +23,15 @@ 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 + + + |