diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2021-10-21 10:21:45 +0000 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-10-21 14:16:56 +0200 |
commit | 27ea9f88c408b1b73aab0028f05ba6742247ca90 (patch) | |
tree | 8db5dbf2431559658490d6f37c92759f34a6d476 /docs/requirements-docs.txt | |
parent | 85551e9cf61a90d8930ddd082ef93600e80cf0e6 (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: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I0e017b8ffaeaa6626d3196b6442f87a500263457
(cherry picked from commit 995fa60569d369153b6829ca607e87159338d657)
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 |