From 38c7529889bc494a6f34f34a0e4e8e1bf3a09dff Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 22 Oct 2021 10:29:25 +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: I73e7342ecadeb2d7ec3cfac44efaf4dd87b09596 (cherry picked from commit ccd5040e8af4cbf81534f3d68fe0fb935a5081cd) --- docs/requirements-docs.txt | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'docs/requirements-docs.txt') diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index aeda4ee2..96c8de20 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,17 +1,2 @@ -tox -Sphinx>=2,<4 -doc8 -docutils -setuptools -six -sphinx-tabs -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 sphinxcontrib-redoc -lfdocs-conf \ No newline at end of file -- cgit 1.2.3-korg