From fb62c5a1c660e7c9d32a2687c5682417ee6779c9 Mon Sep 17 00:00:00 2001 From: geisserml Date: Sun, 25 Sep 2022 12:27:05 +0200 Subject: [PATCH] setup.cfg: temporarily block sphinx 5.2.0.post0 https://github.com/sphinx-doc/sphinx/issues/10860 https://github.com/readthedocs/sphinx_rtd_theme/issues/1343 --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index e9f96009a..237292b04 100644 --- a/setup.cfg +++ b/setup.cfg @@ -64,10 +64,10 @@ test = pytest importlib-metadata >= 4; python_version < '3.8' docs = - sphinx >= 4.4.0 - sphinx-rtd-theme >= 1.0 + sphinx >=4.4.0, !=5.2.0.post0 # https://github.com/sphinx-doc/sphinx/issues/10860 + sphinx-rtd-theme >=1.0 sphinxcontrib-programoutput - docutils >= 0.17 + docutils >=0.17 myst-parser utilities = importchecker