summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2022-04-14 10:12:45 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2022-04-14 10:13:59 +0200
commit5c053711c58455e0a3cc3fe799ff00c595733288 (patch)
treefbecce956bca9e9bc386f0ed2348c3a24a9df1de
parentc97452091d6ab1283eaba768cd87ab500575a82a (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.txt5
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