diff options
author | lapentafd <francesco.lapenta@est.tech> | 2024-07-22 11:16:11 +0100 |
---|---|---|
committer | lapentafd <francesco.lapenta@est.tech> | 2024-07-23 12:37:34 +0100 |
commit | cc8cc210aea9c6b3ad2cb8b1623e0d74a4cea5a8 (patch) | |
tree | 24ee35e4fda75e68fc0d995a7f1e79057c4545cb /docs/tox.ini | |
parent | 61426d2c61d4a21cafb70e442d7712df366d9506 (diff) |
Handle non transient policy deletion - Montreal1.6.2
Issue-ID: CCSDK-4039
Change-Id: I14a6afbdcc7f38cba953c10475a99b73ddbd05fe
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
Diffstat (limited to 'docs/tox.ini')
-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 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 |