aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tox.ini
diff options
context:
space:
mode:
authormarineMD <marine.de.dorlodot@intl.att.com>2022-11-16 16:10:05 +0100
committerThomas Kulik <thomas.kulik@telekom.de>2022-11-27 15:09:38 +0000
commitf04cbd50ea093d084f007251950a5d8d665023f6 (patch)
tree84ee79ad7df0139f6aa435d594389f3faa81aac0 /docs/tox.ini
parent87feb66c0747303cc5fc1aceaafb8f0dd9adf2b1 (diff)
Fix DOC config files
Issue-ID: DOC-798 Signed-off-by: marineMD <marine.de.dorlodot@intl.att.com> Change-Id: If842bc69524d6cc785c1021660b096049b09a9c6
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 49bbe010..f6438ba4 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
+
+