From 47771cb8d013f2ca15d65f43d518f4f76f4581da Mon Sep 17 00:00:00 2001 From: Fantix King Date: Fri, 19 Jan 2024 05:11:41 +0900 Subject: [PATCH] Pin old Sphinx deps to old versions (#6709) The Sphinx dependencies started to mark their Sphinx version requirement at runtime, which stopped old Sphinx 4.* from installing dependencies of the right versions. --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 113e2240164..9fa92bed215 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,6 +65,11 @@ test = [ 'Pygments~=2.10.0', 'Sphinx~=4.2.0', 'sphinxcontrib-asyncio~=0.3.0', + 'sphinxcontrib-applehelp<1.0.8', + 'sphinxcontrib-devhelp<1.0.6', + 'sphinxcontrib-htmlhelp<2.0.5', + 'sphinxcontrib-serializinghtml<1.1.10', + 'sphinxcontrib-qthelp<1.0.7', 'sphinx_code_tabs~=0.5.3', ]