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:39 +0200 |
commit | ff1f0760a244df8c1a53e6cf36e770a501dc0ae1 (patch) | |
tree | 7a281fd25473c1a2d8177f4d555201277693bb87 | |
parent | 2c33b37f50eca4f35a65addb8f76f455097bad3b (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: I221e1add60e2c2e71ee16556834aaaf1b3621211
(cherry picked from commit a19d122dd2ab0b0ba2d54f41e8f0ff6c24113635)
-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 |