diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-14 11:50:24 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-14 11:51:43 +0200 |
commit | a180e3d6ead3580b73971db76258d9c8d2dd5623 (patch) | |
tree | ce9e3fdeb4339333f869b8fc94d0e3816a3423f6 | |
parent | e0bda53e0b9ce854748d2abb70b5b5435f035a9e (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: I2f6dfa487a25be7439dd797647a41e51ad8b5536
(cherry picked from commit b2f2d9c005d3aaad92e3b32403ce15dd01d10b93)
-rw-r--r-- | docs/requirements-docs.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index d29d46c..3b3441a 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,3 +1,3 @@ -setuptools -six lfdocs-conf +sphinx>=4.2.0 # BSD +sphinx-rtd-theme>=1.0.0 # MIT |