diff options
author | marineMD <marine.de.dorlodot@intl.att.com> | 2022-11-15 11:29:30 +0100 |
---|---|---|
committer | marineMD <marine.de.dorlodot@intl.att.com> | 2022-11-15 11:30:27 +0100 |
commit | 8601cc6c7dac244ba6f9bab810bc4046cf6cc6c5 (patch) | |
tree | 22a72011ef8b4a75f331ba10c16d4b0e56f2ed77 /docs/tox.ini | |
parent | aa3a520e7b85bbebf8b1f603bd1979154204f718 (diff) |
Fix DOC config files1.12.0
Issue-ID: DOC-798
Signed-off-by: marineMD <marine.de.dorlodot@intl.att.com>
Change-Id: Iead04fb32b8113e4d6c9fcae936636e53e379b99
Diffstat (limited to 'docs/tox.ini')
-rw-r--r-- | docs/tox.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index 980bc2205c..52accb2cf0 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=master +commands = + sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck + |