From 8ac7b16cf1bfd1e3c97eea66b2f21a1d9583f733 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 19 Oct 2021 12:06:15 +0200 Subject: Leverage upper-constraints files to pin all dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It leverages the latest change from lfdocs-conf and the upper-constraints.txt now centralized in ONAP docs. In a long run, upperconstraints.os.txt should be removed once ONAP is synced with OpenStack. It removes tox and setuptools from requirements as nothing depends on them (most requirements should be removed except lfdocsconf) Issue-ID: DOC-765 Signed-off-by: Cédric Ollivier Change-Id: I38fc0b6ef56ea2787af5cb91023f7114278f6c19 (cherry picked from commit c5c3bc7325116780b14357df5822cbfa2165c1de) --- docs/tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/tox.ini') diff --git a/docs/tox.ini b/docs/tox.ini index edac8c35f..42ffa6877 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -5,7 +5,10 @@ skipsdist = true [testenv:docs] basepython = python3 -deps = -r{toxinidir}/requirements-docs.txt +deps = + -r{toxinidir}/requirements-docs.txt + -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt + -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt commands = sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html echo "Generated docs available in {toxinidir}/_build/html" -- cgit 1.2.3-korg