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:55 +0200 |
commit | 81f5ee6c358b6c2c26546c7d2862608ffde47d13 (patch) | |
tree | 644a28e6aac76ffc8180af36c311eddf01d80060 | |
parent | 0dd86e41ff0996613a1e9d332ee1793a12e1f2e2 (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: I15cf2fd0142257470c6ddfe56411c54f3f0dbf5c
(cherry picked from commit 9212130495933fff40f6ed88c1a2b3a4c55da529)
-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 |