diff options
author | m-aciek <maciej.olko@gmail.com> | 2022-04-08 13:06:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 13:06:17 (GMT) |
commit | d35af52caae844cb4ea0aff06fa3fc5328708af1 (patch) | |
tree | c7cb502b09740b4038941f8bda9ae992997e455c /Doc | |
parent | a43fd45918cef48187053d7c56d3b9bb902151d0 (diff) | |
download | cpython-d35af52caae844cb4ea0aff06fa3fc5328708af1.zip cpython-d35af52caae844cb4ea0aff06fa3fc5328708af1.tar.gz cpython-d35af52caae844cb4ea0aff06fa3fc5328708af1.tar.bz2 |
[3.8] bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32109)
Co-authored-by: Ned Deily <nad@python.org>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/requirements.txt b/Doc/requirements.txt index cb21ed2..aa615e6 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -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 |