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 16:06:50 +0200 |
commit | ab181212c1d12b9389861f5879c719869f8599f1 (patch) | |
tree | 05b6d254e49d840daf38fa06dba9d156d830aad9 | |
parent | b9c06d39b593e1e276c36eaf97abc27662766938 (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
(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 |