From cc8cc210aea9c6b3ad2cb8b1623e0d74a4cea5a8 Mon Sep 17 00:00:00 2001 From: lapentafd Date: Mon, 22 Jul 2024 11:16:11 +0100 Subject: Handle non transient policy deletion - Montreal Issue-ID: CCSDK-4039 Change-Id: I14a6afbdcc7f38cba953c10475a99b73ddbd05fe Signed-off-by: lapentafd --- docs/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tox.ini') diff --git a/docs/tox.ini b/docs/tox.ini index 3fde8599..fa7db763 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -9,7 +9,7 @@ skipsdist = true basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt - -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt + -chttps://raw.githubusercontent.com/openstack/requirements/unmaintained/yoga/upper-constraints.txt -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=montreal commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html -- cgit 1.2.3-korg