From d08619ea8078a0e981d94388c02b5c105c6f56a6 Mon Sep 17 00:00:00 2001 From: neofelis2X Date: Tue, 21 Jan 2025 01:08:02 +0100 Subject: [PATCH] Docs: unpinned sphinx dependencies --- requirements/devel.txt | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/requirements/devel.txt b/requirements/devel.txt index 8164e828..fae0bff3 100644 --- a/requirements/devel.txt +++ b/requirements/devel.txt @@ -12,17 +12,16 @@ pytest-xdist pytest-forked pytest-timeout -sphinx==2.2.0 ; python_version >= '3.0' -sphinx==1.8.5 ; python_version < '3.0' -alabaster<0.7.14 -sphinxcontrib-applehelp<1.0.8 -sphinxcontrib-devhelp<1.0.6 -sphinxcontrib-htmlhelp<2.0.5 -sphinxcontrib-jsmath<1.0.2 -sphinxcontrib-qthelp<1.0.7 -sphinxcontrib-serializinghtml<1.1.10 -Jinja2==2.10 -markupsafe==1.1.1 -doc2dash==2.3.0 +sphinx; python_version >= '3.0' +alabaster +sphinxcontrib-applehelp +sphinxcontrib-devhelp +sphinxcontrib-htmlhelp +sphinxcontrib-jsmath +sphinxcontrib-qthelp +sphinxcontrib-serializinghtml +Jinja2 +markupsafe +doc2dash beautifulsoup4 typing-extensions; python_version < '3.11'