diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-09-28 16:50:58 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-09-28 17:14:43 +0200 |
commit | 24d2d8a86aca5242203b3dbbdc71512bab7b8e85 (patch) | |
tree | 7bbbae96b9016ee96355c928e2ae1e619da87908 | |
parent | d6b0c102715db7e1c6a38863b5bc0280a96832b0 (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: Iedab233f4742631244bdf8f7a1a1697a66795015
-rw-r--r-- | docs/requirements-docs.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 3c71353b6..376c4cc8d 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -4,10 +4,12 @@ docutils six sphinx_rtd_theme sphinxcontrib-blockdiag # BSD -sphinxcontrib-needs +sphinxcontrib-needs<=0.5.6 sphinxcontrib-nwdiag # BSD sphinxcontrib-seqdiag # BSD sphinxcontrib-swaggerdoc sphinxcontrib-plantuml sphinx_bootstrap_theme lfdocs-conf +# remove this once lfdocs-conf is fixed +funcparserlib>=1.0.0a0 |