From: Cédric Ollivier Date: Tue, 28 Sep 2021 15:20:21 +0000 (+0200) Subject: Make funcparserlib + lfdocs-conf work on RTD X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F124617%2F1;p=doc.git 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 Change-Id: I7e59613f0be37b85b02a3bf208e454e1d1ca69a4 (cherry picked from commit 617f9f32cc38b85393118b761d27e0f0dedaef31) --- 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