diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-11 14:31:21 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-11 14:33:08 +0200 |
commit | a19d122dd2ab0b0ba2d54f41e8f0ff6c24113635 (patch) | |
tree | a6ec9f54eb8d8332936478d7a8715b2ca430005e | |
parent | a33cd39d723343cc7c177b93c4fac705cb03bf4c (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: I221e1add60e2c2e71ee16556834aaaf1b3621211
-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 |