-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[3.8] gh-114021: Pin various sphinxcontrib extensions to older versio…
…ns (GH-114022) (GH-114040) (cherry picked from commit 94b1d1f) Co-authored-by: Ronald Oussoren <[email protected]>
- Loading branch information
1 parent
d05bac0
commit a911516
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters