From ed0b18250bab22f6cdfbb570f2495301cf669d77 Mon Sep 17 00:00:00 2001 From: marineMD Date: Mon, 14 Nov 2022 15:46:34 +0100 Subject: Fix DOC config files Issue-ID: DOC-798 Signed-off-by: marineMD Change-Id: Ic9b887a8f6c96ed332cde9997efb3471e7e2e35f --- docs/tox.ini | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/tox.ini') diff --git a/docs/tox.ini b/docs/tox.ini index 49bbe010..ddafc780 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 + + + -- cgit 1.2.3-korg