diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-14 10:04:38 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-14 10:05:30 +0200 |
commit | 3eed3de6117c0ee8215d59ae9b50f0d9ef2b2f5c (patch) | |
tree | 2696e49093549f32ac9657362505624ae7b30f10 | |
parent | 170436a76040880e8186b9b9740cb4ca9ac3a680 (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: I93154dca725b82d04a372f81b30a754347c7e5f8
(cherry picked from commit f263cfca564f38fe117913a9cafa5391b8a1efd7)
-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 |