diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-14 10:12:45 +0200 |
---|---|---|
committer | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-04-21 14:35:32 +0000 |
commit | a32709acf3d267cbc56394443c8d37463d64658f (patch) | |
tree | d4330f5d7dce6dcd06d5bddb131281add8782f68 | |
parent | c8964e507dfc9b32a0f29f2a67ce74b1f8a260b9 (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
-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 |