From 3f44e0b9ca45ceecf66e7c4319f5800a6fe345ee Mon Sep 17 00:00:00 2001 From: Igor Soares Date: Mon, 21 Aug 2023 12:19:36 -0300 Subject: [PATCH] Fix Zuul failures due to new Sphinx release Gate has been broken due to Sphinx 7.2.0 release, thus preventing reviews from being merged. This commit ensures that the previous Sphinx version will be used instead. Change-Id: Iccb0a90b8742826a0c6ac56f930510060bb23463 Signed-off-by: Igor Soares --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 423b2af3c3..4c5433db28 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,4 @@ openstackdocstheme>=2.2.1 # Apache-2.0 os-api-ref>=1.4.0 # Apache-2.0 reno>=3.1.0 # Apache-2.0 -sphinx>=2.0.0,!=2.1.0 # BSD +sphinx>=2.0.0,!=2.1.0,<7.2.0 # BSD