aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tox.ini
diff options
context:
space:
mode:
authormarineMD <marine.de.dorlodot@intl.att.com>2022-11-15 11:29:30 +0100
committerthmsdt <thomas.kulik@telekom.de>2022-11-21 16:16:16 +0100
commit183e97ff19366a874272ea9382393a397a29d216 (patch)
tree29c9ed61daaaa046931b6b6314e9bfb7670f6959 /docs/tox.ini
parent43189d57e4ef48df5d8fea65a4f2b22a7d88d70d (diff)
Fix DOC config fileskohn
Issue-ID: DOC-798 Signed-off-by: marineMD <marine.de.dorlodot@intl.att.com> Change-Id: Iead04fb32b8113e4d6c9fcae936636e53e379b99 (cherry picked from commit 8601cc6c7dac244ba6f9bab810bc4046cf6cc6c5)
Diffstat (limited to 'docs/tox.ini')
-rw-r--r--docs/tox.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/tox.ini b/docs/tox.ini
index 980bc2205c..d66e4d1d30 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=kohn
+commands =
+ sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck
+