From 3b103f1beb3eb28ddf5d8178717394350b585b76 Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Tue, 16 Jul 2024 13:53:42 +0100 Subject: [PATCH] workaround build errors with sphinx 7.4.4 (#754) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2c25526a15..2e060e3c07 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ install_requires = eralchemy==1.2.* hieroglyph>=2.1.0 setuptools>=50 - sphinx>=7.1 + sphinx>=7.1, <7.4 sphinx-design>=0.5.0 sphinx_rtd_theme>=1.0.0 sphinxcontrib-svg2pdfconverter