diff options
author | marineMD <marine.de.dorlodot@intl.att.com> | 2022-11-14 15:38:02 +0100 |
---|---|---|
committer | marineMD <marine.de.dorlodot@intl.att.com> | 2022-11-14 15:38:40 +0100 |
commit | fa6dc19835ca40f32e7f9723aba73327010693be (patch) | |
tree | 2128cb9caaad5da5cb1dadc6923d9be624c455a9 /docs/tox.ini | |
parent | 2e9b8d54ea0db08912ce58eb400936df09cfe8b0 (diff) |
Fix DOC config files
Issue-ID: DOC-798
Signed-off-by: marineMD <marine.de.dorlodot@intl.att.com>
Change-Id: I406bfde3685d742254d86cd327fc7a46109e3f04
Diffstat (limited to 'docs/tox.ini')
-rw-r--r-- | docs/tox.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index 49bbe0100..4bbc64032 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -23,3 +23,12 @@ 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 |