diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-11 15:55:45 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-11 15:56:41 +0200 |
commit | 9564a69be96c6f846f6c43d715966b603d1f7b46 (patch) | |
tree | 1a3228f74741a7ddf82ef1485c4b556bdac1a0df | |
parent | 43aa9091d6f03af9ec2b5e20527ba60416a05888 (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: I5ed268d592986764bf040690a47c5024692768b7
(cherry picked from commit 667217c9a06ec40d2d71ab8f34515f4325631f48)
-rw-r--r-- | docs/requirements-docs.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 5a3d2f17f4..3b3441a807 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1 +1,3 @@ -lfdocs-conf
\ No newline at end of file +lfdocs-conf +sphinx>=4.2.0 # BSD +sphinx-rtd-theme>=1.0.0 # MIT |