Leverage upper-constraints files to pin all dependencies 34/125234/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 21 Oct 2021 16:36:15 +0000 (18:36 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 21 Oct 2021 16:41:05 +0000 (18:41 +0200)
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: I093c8ccd7e6b7dfa453aa709e026aa7e1eae32b2
(cherry picked from commit 70882416c401fb59116696e25c5e869c66a7d13b)

docs/requirements-docs.txt
docs/tox.ini

index 59387aa..74a3b7a 100644 (file)
@@ -1,15 +1 @@
-tox
-Sphinx==4.2.0
-doc8
-docutils
-setuptools
-six
-lfdocs-conf~=0.7.5
-funcparserlib~=1.0.0a0
-sphinxcontrib.blockdiag~=2.0.0
-sphinxcontrib-needs<0.6.0
-sphinxcontrib.plantuml~=0.21
-sphinxcontrib.nwdiag~=2.0.0
-sphinxcontrib-seqdiag~=2.0.0
-sphinxcontrib-swaggerdoc~=0.1.7
-sphinx-rtd-theme~=1.0.0
\ No newline at end of file
+lfdocs-conf
index edac8c3..bf9bc51 100644 (file)
@@ -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?h=istanbul
+    -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=istanbul
 commands =
     sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
     echo "Generated docs available in {toxinidir}/_build/html"