summaryrefslogtreecommitdiffstats
path: root/docs/tox.ini
diff options
context:
space:
mode:
authormarineMD <marine.de.dorlodot@intl.att.com>2022-11-14 16:51:47 +0100
committerthmsdt <thomas.kulik@telekom.de>2022-11-21 15:36:16 +0100
commit2ddf75ae02e75311f7af83ce93273163071f6bb6 (patch)
tree10929fc47ce9157693ceaf24fa73dc5599f4f688 /docs/tox.ini
parent08c888504a602fd151ebfc914d55c06e80c121f2 (diff)
Fix DOC config fileskohn
Issue-ID: DOC-798 Signed-off-by: marineMD <marine.de.dorlodot@intl.att.com> Change-Id: Id264119cbe4ae9724bad7481535a0c600a366f62 (cherry picked from commit 426f57c2ccb3d1eb25f66ab842a193a93a0b2bf4)
Diffstat (limited to 'docs/tox.ini')
-rw-r--r--docs/tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/tox.ini b/docs/tox.ini
index 188fca6..924e14f 100644
--- a/docs/tox.ini
+++ b/docs/tox.ini
@@ -23,3 +23,12 @@ basepython = python3
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=kohn
+commands =
+ sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck