diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-11 11:38:31 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-11 11:39:28 +0200 |
commit | ce27b8f04b012dec1d2009ef884f77a06af54a69 (patch) | |
tree | 36abbb2915517c971098a6a3194d0241e35718f1 | |
parent | 6eace0e5fe16e7a35bd478ca82afab97d709e264 (diff) |
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: I1599ce5c6ad3553acb531c5136c791e7745ef0e6
-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 |