From 7de644113250a817dd3224e6df9b3658cb09802d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sun, 8 Sep 2024 13:52:56 +0300 Subject: [PATCH] Pin Sphinx to a compatible version with sphinx-rtd-theme --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f06d75a8..c89455d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ test = [ ] doc = [ "packaging", - "Sphinx >= 7", + "Sphinx ~= 7.4", "sphinx_rtd_theme", "sphinx-autodoc-typehints >= 1.2.0", ]