From 13361eabf0b9506afac9ffb3d4045c5ecb0ebc2a Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:21:55 +0300 Subject: [PATCH] Skip Sphinx 7.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1c716bc5d27..5987b780e54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Pygments >= 2.9.0 # Sphinx 6.1.0 broke copying images in parallel builds; fixed in 6.1.2 # See https://github.com/sphinx-doc/sphinx/pull/11100 -Sphinx >= 5.1.1, != 6.1.0, != 6.1.1 +Sphinx >= 5.1.1, != 6.1.0, != 6.1.1, < 7.3 docutils >= 0.19.0 sphinx-autobuild