diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-14 10:00:16 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-14 10:00:16 +0200 |
commit | 9212130495933fff40f6ed88c1a2b3a4c55da529 (patch) | |
tree | a8bec4fea9395c4b58ca9c9fc4e41391b9673113 /docs | |
parent | 3ad165c5d4faa29ce6f5ef1128c6789afe01313a (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: I15cf2fd0142257470c6ddfe56411c54f3f0dbf5c
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 |