diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-13 15:10:21 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-13 15:11:22 +0200 |
commit | fa85342727957545a0a47af494323e94c962f7d8 (patch) | |
tree | 92e5007f4a04f1d899bbaeb2bfce66be21e12136 | |
parent | 4be8d03ddbefe0459ee7888aa485e0ef8fa77dcf (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: If95bbaf7c5a65ce169f28ef74f5dee79db2a5429
(cherry picked from commit 0494e5d29a09e4a9ef21d089c7f5b6085a39223d)
-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 |