aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tox.ini
diff options
context:
space:
mode:
authormarineMD <marine.de.dorlodot@intl.att.com>2022-11-16 11:48:19 +0100
committerThomas Kulik <thomas.kulik@telekom.de>2022-11-29 06:47:38 +0000
commit8efce61189fd379692ce90e84152f914b3951640 (patch)
tree6b90e764eca470844e5d29d50488b84162a5cec1 /docs/tox.ini
parentf263cfca564f38fe117913a9cafa5391b8a1efd7 (diff)
Fix DOC config fileskohn
Issue-ID: DOC-798 Signed-off-by: marineMD <marine.de.dorlodot@intl.att.com> Change-Id: Ic3c021c91e356b4141c567cbaced814c6d608bf8 (cherry picked from commit 475dea38401fe377579017c06db5b1d60da74e74)
Diffstat (limited to 'docs/tox.ini')
-rw-r--r--docs/tox.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/tox.ini b/docs/tox.ini
index 42ffa687..8b1a2236 100644
--- a/docs/tox.ini
+++ b/docs/tox.ini
@@ -23,3 +23,15 @@ 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=master
+commands =
+ sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck
+
+
+