[3.9] gh-114021: Pin various sphinxcontrib extensions to older versions (GH-114022) (GH-114039)

(cherry picked from commit 94b1d1fa38)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
This commit is contained in:
Adam Turner 2024-01-17 13:48:31 +00:00 committed by GitHub
parent a2c59992e9
commit 2613df8ee2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 26 additions and 0 deletions

24
Doc/constraints.txt Normal file
View file

@ -0,0 +1,24 @@
# We have upper bounds on our transitive dependencies here
# To avoid new releases unexpectedly breaking our build.
# This file can be updated on an ad-hoc basis,
# though it will probably have to be updated
# whenever Doc/requirements.txt is updated.
# Direct dependencies of Sphinx
babel<3
colorama<0.5
imagesize<1.5
Jinja2<3.2
packaging<24
Pygments>=2.16.1,<3
requests<3
snowballstemmer<3
sphinxcontrib-applehelp<1.0.5
sphinxcontrib-devhelp<1.0.6
sphinxcontrib-htmlhelp<2.0.5
sphinxcontrib-jsmath<1.1
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

View file

@ -18,3 +18,5 @@ blurb
# The theme used by the documentation is stored separately, so we need
# to install that as well.
python-docs-theme>=2022.1
-c constraints.txt