From ee1194cc48107b787cf06b61bfc384edcb0e8a9f Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 14 Aug 2024 20:53:22 -0700 Subject: [PATCH] Pin Sphinx==7.4.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b4bc3042af..40a11b66f8 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ def get_version(): """, extras_require={ "docs": [ - "Sphinx==8.0.2", + "Sphinx==7.4.7", "furo==2024.8.6", "sphinx-autobuild", "codespell>=2.2.5",