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:47:33 +0200 |
commit | edc1017855f1615e8c614cdbbb233e527037ec27 (patch) | |
tree | 0f199f2616d5fc896a4fa4086ce4183460998f0a /docs | |
parent | b1ad80028b01239ecc908e707934938fcecc8b4e (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
Diffstat (limited to 'docs')
-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 |