From a9b43bf51240a08443b6ce5ce73f6f03e60a664a Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Sat, 7 Jan 2023 17:54:08 +0000 Subject: [PATCH 1/2] Update Sphinx requirements --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5bbb4818b18..fc2b2ee8556 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Requirements for building PEPs with Sphinx Pygments >= 2.9.0 -Sphinx >= 5.1.1,<=6.0.0 +Sphinx >= 5.1.1,!=6.1.0,!=6.1.1,<=6.1.2 docutils >= 0.19.0 # For RSS From d709cc9ca448845ef04829d931981c4d34ec3ef2 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Sat, 7 Jan 2023 20:55:28 +0000 Subject: [PATCH 2/2] Remove cap; add context Co-authored-by: C.A.M. Gerlach --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fc2b2ee8556..06519de58fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,8 @@ # Requirements for building PEPs with Sphinx Pygments >= 2.9.0 -Sphinx >= 5.1.1,!=6.1.0,!=6.1.1,<=6.1.2 +# 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 docutils >= 0.19.0 # For RSS