diff options
author | lapentafd <francesco.lapenta@est.tech> | 2024-07-22 11:30:48 +0100 |
---|---|---|
committer | lapentafd <francesco.lapenta@est.tech> | 2024-07-23 12:39:26 +0100 |
commit | 04a87c3395fde482cb458bc1422435b6a6a57fe1 (patch) | |
tree | f7775e6b4d257226f974a2b0b42c2122dea005e5 /docs | |
parent | ff95ae47d58dfc2ac01ccbfb994b615f975d1675 (diff) |
Handle non transient policy deletion - London1.5.1
Issue-ID: CCSDK-4039
Change-Id: Iddb77444b5eb481cfe34b78bbbff865425223659
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index 00ec327c..fca054b9 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 commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html |