From: guillaume.lambert Date: Mon, 20 Sep 2021 13:03:58 +0000 (+0200) Subject: Fix: required sphinx-bootstrap-theme version X-Git-Tag: v0.7.4^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=565f3c6943be364a52eb32148b4dd817f0dc1207;p=releng%2Fdocs-conf.git Fix: required sphinx-bootstrap-theme version lfdocs-conf requires sphinx-bootstrap-theme version around 0.7.1 sphinx-bootstrap-theme v0.7.1 still uses the setup command "use_2to3". This is no more allowed with latest versions of setuptools https://stackoverflow.com/questions/69100275/ This breaks ODL current gating. https://jenkins.opendaylight.org/releng/job/docs-rtd-verify-phosphorus/131/ https://git.opendaylight.org/gerrit/c/docs/+/97543/1 Signed-off-by: guillaume.lambert Change-Id: I24f0b47f2898e7a9e2887e783caf36de5d0049b4 --- diff --git a/requirements.txt b/requirements.txt index 0e570f8..7e0dc6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pyyaml Sphinx~=3.2.0 -sphinx_bootstrap_theme~=0.7.1 +sphinx_bootstrap_theme sphinx-tabs # Indirect Dependencies