diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-11 15:48:32 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-11 15:49:48 +0200 |
commit | feb5e5908a14116a7e42cdb8bdc53c0152f89d91 (patch) | |
tree | 7a587488c81281df22fefcb420a235f882aae91a | |
parent | 71a9a2265ec4c964066767331d26fa86f660eaea (diff) |
Add bounds to sphinx requirementistanbul
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: Ieee5536e9a1318b8b799ae3ac5013e7662f3ce51
(cherry picked from commit 37691aa7b93c2e49875a74f066355e25ae856891)
-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 74a3b7a3..3b3441a8 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 |