From 94b1d1fa38ada8cf7d196184a04a195c152eed75 Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Sat, 13 Jan 2024 18:39:02 +0100 Subject: [PATCH] [3.12] gh-114021: Pin various sphinxcontrib extensions to older versions (#114022) --- Doc/constraints.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Doc/constraints.txt b/Doc/constraints.txt index 147de1271eb2..16b735ea07a7 100644 --- a/Doc/constraints.txt +++ b/Doc/constraints.txt @@ -13,12 +13,12 @@ packaging<24 Pygments>=2.16.1,<3 requests<3 snowballstemmer<3 -sphinxcontrib-applehelp<1.1 -sphinxcontrib-devhelp<1.1 -sphinxcontrib-htmlhelp<2.1 +sphinxcontrib-applehelp<1.0.5 +sphinxcontrib-devhelp<1.0.6 +sphinxcontrib-htmlhelp<2.0.5 sphinxcontrib-jsmath<1.1 -sphinxcontrib-qthelp<1.1 -sphinxcontrib-serializinghtml<1.2 +sphinxcontrib-qthelp<1.0.7 +sphinxcontrib-serializinghtml<1.1.10 # Direct dependencies of Jinja2 (Jinja is a dependency of Sphinx, see above) MarkupSafe<2.2 -- 2.47.3