From c72b0875d2e8f4e9ce7868b846a466aa62467175 Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Mon, 14 Nov 2022 15:46:34 +0100 Subject: Fix DOC config files Fix breaking API documentation generationi and replace ROBOT_VENV with ROBOT3_VENV Issue-ID: DOC-798 Signed-off-by: marineMD Change-Id: Ic9b887a8f6c96ed332cde9997efb3471e7e2e35f Signed-off-by: halil.cakal --- 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..c27543a8 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=kohn +commands = + sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck + + + -- cgit 1.2.3-korg