diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-14 12:00:57 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-14 12:00:57 +0200 |
commit | cfabe8a286e7c74ff70d21513c846d389a0de553 (patch) | |
tree | e13b1b42f3b7ee56cbff71c3f428ce5839e039e4 | |
parent | 6a595f5dacd9fa4b337413c0cc6911e7c3528301 (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: I7afd592c5637f1d6300ae3070bcb28d191dc3895
-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 74a3b7a..3b3441a 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 |