From b2f2d9c005d3aaad92e3b32403ce15dd01d10b93 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 14 Apr 2022 11:50:24 +0200 Subject: Add bounds to sphinx requirement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Change-Id: I2f6dfa487a25be7439dd797647a41e51ad8b5536 --- docs/requirements-docs.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index d29d46c..3b3441a 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,3 +1,3 @@ -setuptools -six lfdocs-conf +sphinx>=4.2.0 # BSD +sphinx-rtd-theme>=1.0.0 # MIT -- cgit 1.2.3-korg