diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-11 11:35:32 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-11 11:36:11 +0200 |
commit | 0ae9ad3be7f7cd4bafd051979c8d82f84c7a3547 (patch) | |
tree | e5b647b2fca0b28e6b31c67f9c9bc5e199801356 | |
parent | d27668bf1c9c7c31842cf9c76054860e379e9d54 (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: I8dd2ab694b20d0a270b5d5b3263ead5512211faa
-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 |