diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-14 10:12:45 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-14 10:13:59 +0200 |
commit | 5c053711c58455e0a3cc3fe799ff00c595733288 (patch) | |
tree | fbecce956bca9e9bc386f0ed2348c3a24a9df1de | |
parent | c97452091d6ab1283eaba768cd87ab500575a82a (diff) |
[DOC] 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: Icc0f783e36473df0571056fc23461e48aaeb5ce6
(cherry picked from commit b308d06c3b6742a8ecb5ad99f17cd41a56e8ac7c)
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index f3d82daf4a..554df8559d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,9 @@ -Sphinx +lfdocs-conf +sphinx>=4.2.0 # BSD +sphinx-rtd-theme>=1.0.0 # MIT doc8 docutils six -lfdocs-conf sphinxcontrib-redoc sphinxcontrib-spelling PyEnchant |