https://github.com/python/cpython/commit/94b1d1fa38ada8cf7d196184a04a195c152eed75 commit: 94b1d1fa38ada8cf7d196184a04a195c152eed75 branch: 3.12 author: Ronald Oussoren <[email protected]> committer: AA-Turner <[email protected]> date: 2024-01-13T17:39:02Z summary:
[3.12] gh-114021: Pin various sphinxcontrib extensions to older versions (#114022) 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]
