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 <Igor.PiresSoares@windriver.com>
This commit is contained in:
Igor Soares 2023-08-21 12:19:36 -03:00
parent 0e616f6c91
commit 3f44e0b9ca
1 changed files with 1 additions and 1 deletions

View File

@ -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