From 183e97ff19366a874272ea9382393a397a29d216 Mon Sep 17 00:00:00 2001 From: marineMD Date: Tue, 15 Nov 2022 11:29:30 +0100 Subject: Fix DOC config files Issue-ID: DOC-798 Signed-off-by: marineMD Change-Id: Iead04fb32b8113e4d6c9fcae936636e53e379b99 (cherry picked from commit 8601cc6c7dac244ba6f9bab810bc4046cf6cc6c5) --- docs/tox.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/tox.ini') diff --git a/docs/tox.ini b/docs/tox.ini index 980bc2205c..d66e4d1d30 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=kohn +commands = + sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck + -- cgit 1.2.3-korg