mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
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:
parent
b8b473e943
commit
25c40bd994
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Pin Jinja to a version compatible with Sphinx version 2.4.4.
|
||||
Loading…
Add table
Add a link
Reference in a new issue