diff options
author | 2022-04-11 11:38:31 +0200 | |
---|---|---|
committer | 2022-04-11 11:42:48 +0200 | |
commit | 1e1cd833c60d147aa7e1c8ab57b007754df4d766 (patch) | |
tree | 7e19595546170d472d5c5291dc973ff75f85edf6 /docs | |
parent | ff0923c6fd2c3d2165ee8f2767cbea0f20c11b3c (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: I1599ce5c6ad3553acb531c5136c791e7745ef0e6
(cherry picked from commit ce27b8f04b012dec1d2009ef884f77a06af54a69)
Diffstat (limited to 'docs')
-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 |