diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-14 09:58:30 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-14 09:58:30 +0200 |
commit | 5cf33aa3d7c0b3dfeb7aba025623ff22b54c7106 (patch) | |
tree | 6c36ad733e49fa5f6ba5b9c24e28101a19ab8a0e | |
parent | f684296a8d74a5e13add4d69728a51f6dde605f5 (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).
Issue-ID: DOC-782
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I486e0c9e61c6bb6d03d68cbecb79ea465e6a025d
-rw-r--r-- | docs/requirements-docs.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 74a3b7a..3b3441a 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1 +1,3 @@ lfdocs-conf +sphinx>=4.2.0 # BSD +sphinx-rtd-theme>=1.0.0 # MIT |