From dcee086b367817cb36bc0fe97d67a4be0a8b0527 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Fri, 18 Aug 2023 09:14:05 +0100 Subject: [PATCH] Add workaround for sphinx errors --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5388a8c873..d8ccd07f03 100644 --- a/setup.cfg +++ b/setup.cfg @@ -92,7 +92,7 @@ testing-integration = docs = # upstream - sphinx >= 3.5 + sphinx >= 3.5,<=7.1.2 # workaround, see comments in pypa/setuptools#4020 jaraco.packaging >= 9.3 rst.linker >= 1.9 furo