Make funcparserlib + lfdocs-conf work on RTD 34/124534/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 28 Sep 2021 15:20:21 +0000 (17:20 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 28 Sep 2021 15:20:21 +0000 (17:20 +0200)
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

etc/requirements.txt

index 3bb85f5..f17b826 100644 (file)
@@ -1,6 +1,6 @@
 lfdocs-conf
 sphinxcontrib-blockdiag  # BSD
-sphinxcontrib-needs
+sphinxcontrib-needs<=0.5.6
 sphinxcontrib.plantuml
 sphinxcontrib-nwdiag  # BSD
 sphinxcontrib-seqdiag # BSD
@@ -9,3 +9,5 @@ sphinx-rtd-theme
 autopep8
 sphinxcontrib-spelling
 pylint
+# remove this once lfdocs-conf is fixed
+funcparserlib>=1.0.0a0