diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-11 17:45:51 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-11 17:48:18 +0200 |
commit | 65380afd651b7374c614e069a11a9ac25d972ba1 (patch) | |
tree | d1598874bc0076add4f32fcb329e76a32275c00b | |
parent | f237e2a70216eb80b044055adba009580e76a337 (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: I439dd59c09e0d169b7da8f5153d258d4c9b75200
-rw-r--r-- | docs/requirements-docs.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 5a3d2f17..3b3441a8 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1 +1,3 @@ -lfdocs-conf
\ No newline at end of file +lfdocs-conf +sphinx>=4.2.0 # BSD +sphinx-rtd-theme>=1.0.0 # MIT |