From 6a0fe94e5c9550619ba7c699978758b4a724b087 Mon Sep 17 00:00:00 2001 From: zhangbailin Date: Tue, 7 Apr 2020 14:52:50 +0800 Subject: [PATCH] Block Sphinx 3.0.0 Sphinx 3.0.0 breaks the building here, block it for now. Depends-On: https://review.opendev.org/#/c/717949/ Change-Id: Ibf0c93ea79fec647fbf749257835f1fa99d5f59d --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index d86fbab71..390866099 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. openstackdocstheme>=1.20.0 # Apache-2.0 -sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD +sphinx>=1.8.0,!=2.1.0,!=3.0.0 # BSD sphinxcontrib-pecanwsme>=0.8.0 # Apache-2.0 sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD reno>=2.7.0 # Apache-2.0