diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-14 11:36:29 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-14 11:36:29 +0200 |
commit | b729b2e1e579d75c8c893d921fa3bec65b7ac1ef (patch) | |
tree | 6997d377cce33443897a6f6243ffc91d95adaa2c /docs | |
parent | 841ef0d6f86a17105c92e44683e796b829962f52 (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: Ia0add3f4b54b0fd4243c26f0a10728a68e3e1b50
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 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 |