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 /Misc/NEWS.d/next/Documentation | |
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 'Misc/NEWS.d/next/Documentation')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2022-03-28-12-36-17.bpo-47138.TbLXgV.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2022-03-28-12-36-17.bpo-47138.TbLXgV.rst b/Misc/NEWS.d/next/Documentation/2022-03-28-12-36-17.bpo-47138.TbLXgV.rst new file mode 100644 index 0000000..9dde4de --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2022-03-28-12-36-17.bpo-47138.TbLXgV.rst @@ -0,0 +1 @@ +Pin Jinja to a version compatible with Sphinx version 2.4.4. |