diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-03-28 17:06:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 17:06:16 (GMT) |
commit | 9194a7b8990a0feec1209b1e5694df3bf42906d8 (patch) | |
tree | 8544ed64e29c372a431b1cb17933f19e33d2bcc4 /Misc | |
parent | 27ee43183437c473725eba00def0ea7647688926 (diff) | |
download | cpython-9194a7b8990a0feec1209b1e5694df3bf42906d8.zip cpython-9194a7b8990a0feec1209b1e5694df3bf42906d8.tar.gz cpython-9194a7b8990a0feec1209b1e5694df3bf42906d8.tar.bz2 |
bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32154)
Co-authored-by: Maciej Olko <maciej.olko@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2022-03-28-12-29-42.bpo-47138.2B4N-k.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2022-03-28-12-29-42.bpo-47138.2B4N-k.rst b/Misc/NEWS.d/next/Documentation/2022-03-28-12-29-42.bpo-47138.2B4N-k.rst new file mode 100644 index 0000000..e15148b --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2022-03-28-12-29-42.bpo-47138.2B4N-k.rst @@ -0,0 +1 @@ +Pin Jinja to a version compatible with Sphinx version 3.2.1. |