summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-09-28 17:20:21 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2021-09-30 14:31:03 +0200
commit54b5ac70d46db20e6a812a479e234cda2eb4909d (patch)
tree0e4a83e2dd5a806a8a5d37d4b4c36129799022c2
parent190b1137761fc5b64ac6702058841e9edc43789f (diff)
Make funcparserlib + lfdocs-conf work on RTD
RTD doesn't manage upper constraints. We do add here bounds (abstract dependencies) until lfdocs-conf is fixed. Issue-ID: DOC-765 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I7e59613f0be37b85b02a3bf208e454e1d1ca69a4 (cherry picked from commit 617f9f32cc38b85393118b761d27e0f0dedaef31)
-rw-r--r--etc/requirements.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt
index 0dc3553d0..6702e705b 100644
--- a/etc/requirements.txt
+++ b/etc/requirements.txt
@@ -4,7 +4,7 @@ docutils
six
lfdocs-conf
sphinxcontrib-blockdiag # BSD
-sphinxcontrib-needs
+sphinxcontrib-needs<=0.5.6
sphinxcontrib.plantuml
sphinxcontrib-nwdiag # BSD
sphinxcontrib-seqdiag # BSD
@@ -13,3 +13,5 @@ sphinx-rtd-theme
autopep8
sphinxcontrib-spelling
pylint
+# remove this once lfdocs-conf is fixed
+funcparserlib>=1.0.0a0