diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-14 11:47:01 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-14 11:48:13 +0200 |
commit | ed80c3a656fc49b0ea2f2b96be96a45b5307bfb3 (patch) | |
tree | 46cc68af535cafac124b5a42f97a9a5b1daaab07 | |
parent | b2d800ec84c0a37fd3044e2ecbce221846bf9f07 (diff) |
Add bounds to sphinx requirementistanbul
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: I4c3849f05498d6bdbb3cd4f8e4af2342e6bed7e0
(cherry picked from commit 00e4f04fbedbd1817e81b399641bdf6e9839d84f)
-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 |