From c5c3bc7325116780b14357df5822cbfa2165c1de 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 --- docs/requirements-docs.txt | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'docs/requirements-docs.txt') diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index b3188ddd3..74a3b7a3f 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,15 +1 @@ -tox -Sphinx -doc8 -docutils -setuptools -six -sphinx_rtd_theme>=0.4.3 -sphinxcontrib-blockdiag -sphinxcontrib-needs>=0.2.3 -sphinxcontrib-nwdiag -sphinxcontrib-seqdiag -sphinxcontrib-swaggerdoc -sphinxcontrib-plantuml -sphinx_bootstrap_theme lfdocs-conf -- cgit 1.2.3-korg