diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-11 16:46:16 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-11 16:48:00 +0200 |
commit | 4caa88f8a4f3ceac72654ed97fca93f12fbf4139 (patch) | |
tree | a73914a71f158e63b28c9a140ed0e3d44a604ae7 | |
parent | 890e41499b76ee6dd8df218ce3c6783223796b85 (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: Ib76dc907bc2c0b14da8b4cfefba09bbb4d60f89b
-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 96c8de20..d557c444 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,2 +1,4 @@ lfdocs-conf +sphinx>=4.2.0 # BSD +sphinx-rtd-theme>=1.0.0 # MIT sphinxcontrib-redoc |