bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32153)

Co-authored-by: Maciej Olko <maciej.olko@gmail.com>
This commit is contained in:
Hugo van Kemenade 2022-03-28 20:19:56 +03:00 committed by GitHub
parent b8b473e943
commit 25c40bd994
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -8,6 +8,8 @@ sphinx==2.4.4
# version 2.4.4. It can be removed after bumping Sphinx version to at
# least 3.5.4.
docutils==0.17.1
# Jinja version is pinned to a version compatible with Sphinx version 2.4.4.
jinja2==3.0.3
blurb

View file

@ -0,0 +1 @@
Pin Jinja to a version compatible with Sphinx version 2.4.4.