diff options
author | marineMD <marine.de.dorlodot@intl.att.com> | 2022-11-15 10:16:20 +0100 |
---|---|---|
committer | marineMD <marine.de.dorlodot@intl.att.com> | 2022-11-15 10:17:50 +0100 |
commit | 3452f6e0997c287f2523c83fbf6acb12da46ad9d (patch) | |
tree | a35e7f86eed5013a51b3c2108542a601c0adf3e7 /docs/tox.ini | |
parent | 51946551fe9016b38ba03747a3376febf7124b8e (diff) |
Fix DOC config files
Issue-ID: DOC-798
Signed-off-by: marineMD <marine.de.dorlodot@intl.att.com>
Change-Id: I9f4b16424f67a6dc2af2fe56ede4afa8d9ea470c
Former-commit-id: 8c23ca75dd88a53bb9d60c51c2ff392825f8adf6
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 49bbe010..1613246c 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -23,3 +23,13 @@ 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 + |