https://github.com/python/cpython/commit/25af45d9a4d9e94cd69b8a2008102376d121789f commit: 25af45d9a4d9e94cd69b8a2008102376d121789f branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 2024-01-13T17:44:58Z summary:
[3.11] gh-114021: Pin various sphinxcontrib extensions to older versions (GH-114022) (#114029) [3.12] gh-114021: Pin various sphinxcontrib extensions to older versions (GH-114022) (cherry picked from commit 94b1d1fa38ada8cf7d196184a04a195c152eed75) Co-authored-by: Ronald Oussoren <[email protected]> files: M Doc/constraints.txt diff --git a/Doc/constraints.txt b/Doc/constraints.txt index 147de1271eb2b7..16b735ea07a72a 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
