diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-14 11:58:19 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-14 11:59:03 +0200 |
commit | 0e05b2dd775cfef955143190d7554261a73f400c (patch) | |
tree | cb46fdcc3896c6c2022b2b9883401946239a2c30 | |
parent | 44b1919516011ab868d25afb96abf6fcf655e8fc (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: I9b431a7bdce396661ac3c7c59eb2171db63b6dd9
(cherry picked from commit 0cda86f283fc23cab786dc1bc9b942c6727031f8)
-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 74a3b7a..3b3441a 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 |