From eaebcef6d5dad376a24a39b90309ac6a9f213118 Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Thu, 10 Nov 2022 08:41:22 +0000 Subject: [DOC] Fix broken links on documentation After release of documentation on another projects there are some changes which needs to be done on int doc. Issue-ID: REQ-1366 Signed-off-by: Michal Jagiello Change-Id: I8b9e1cd568f94c230d144888f309d4e117c94b0e --- docs/tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/tox.ini') diff --git a/docs/tox.ini b/docs/tox.ini index 64af58bec..543b20671 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -23,6 +23,5 @@ 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 -commands = echo "Link Checking not enforced" -#commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck +commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck whitelist_externals = echo -- cgit 1.2.3-korg