From 53da56bc3eef309d3b78d40bed6c195505154724 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Tue, 4 Apr 2023 12:18:15 +0000 Subject: Release 1.12.0 artifacts Issue-ID: SO-4001 Signed-off-by: Lukasz Rajewski Change-Id: I19d0ad95cc1b35a5d368b9d1dc0e0824a752bd0e --- docs/tox.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/tox.ini') diff --git a/docs/tox.ini b/docs/tox.ini index dd702eb..2c0a396 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -6,6 +6,9 @@ skipsdist = true [testenv:docs] 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=master + commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html echo "Generated docs available in {toxinidir}/_build/html" -- cgit 1.2.3-korg