diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-10-22 09:48:19 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2021-11-05 09:53:06 +0000 |
commit | 812a6f8b4ac2402084fad1da4e2d5f68ac577b78 (patch) | |
tree | 652c71d1f6129f3f58b3c13646a51886a7edaa12 /docs/requirements-docs.txt | |
parent | 36f64298464e80623f5d1907f20f5e6d7e0020ae (diff) |
Leverage upper-constraints files to pin all dependencies
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 <cedric.ollivier@orange.com>
Change-Id: I6d37cce594db069852b9ae1ac1d696259cea13b3
(cherry picked from commit 1dbebe84e72ba57ba8c5840f7d96029e99855e19)
Diffstat (limited to 'docs/requirements-docs.txt')
-rw-r--r-- | docs/requirements-docs.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index b3188ddd..74a3b7a3 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 |