From f24112d1cd9b761fee13f28361a94ec0245844f8 Mon Sep 17 00:00:00 2001 From: howardlee Date: Wed, 30 Aug 2023 10:53:49 +0800 Subject: [PATCH] Using latest sphinx release version openstackdocstheme has released version 3.2.0 [1], change sphinx to use the latest version. [1] https://opendev.org/openstack/openstackdocstheme/releases/tag/3.2.0 Change-Id: Iba364a19c408598f103f60ed27a0f47e8d8a7e84 --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 58dbd15..7fc9dda 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -sphinx>=2.0.0,!=2.1.0,<=7.1.2 # BSD +sphinx>=2.0.0,!=2.1.0 # BSD sphinxcontrib-httpdomain>=1.3.0 # BSD sphinxcontrib-pecanwsme>=0.10.0 # Apache-2.0 sphinxcontrib-seqdiag>=0.8.4 # BSD