diff options
author | 2022-04-14 11:24:25 +0200 | |
---|---|---|
committer | 2022-04-21 10:38:47 +0200 | |
commit | 2ccf71cfd4302ef5b8406560dee47e5d1769154a (patch) | |
tree | 865f85679deb19ffaf6cedf56d093baa053823f6 /docs/requirements-docs.txt | |
parent | 8d04cd601e724b44ccb5490077fc3d03731ccaa9 (diff) |
Add bounds to sphinx requirement
As ONAP was created before Oct 20 2020 in RTD, we
must set bounds to enforce a compatible Sphinx version
(see manual).
It also fixes all false concrete dependencies.
Issue-ID: DOC-782
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Ie04403c3cdd407823c533aee85f566cf222dd8a5
(cherry picked from commit 94674dd1aa4772f2372569c71c1fe274319843c9)
Diffstat (limited to 'docs/requirements-docs.txt')
-rw-r--r-- | docs/requirements-docs.txt | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index edffc4b5d7..3b3441a807 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,9 +1,3 @@ -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 +lfdocs-conf +sphinx>=4.2.0 # BSD +sphinx-rtd-theme>=1.0.0 # MIT |