Merge branch '3.1.x'

This commit is contained in:
David Lord 2024-05-02 09:18:48 -07:00
commit bbd5bcee7b
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
2 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,12 @@ Unreleased
- Use ``flit_core`` instead of ``setuptools`` as build backend.
Version 3.1.4
-------------
Unreleased
Version 3.1.3
-------------

View File

@ -24,6 +24,7 @@ autodoc_preserve_defaults = True
extlinks = {
"issue": ("https://github.com/pallets/jinja/issues/%s", "#%s"),
"pr": ("https://github.com/pallets/jinja/pull/%s", "#%s"),
"ghsa": ("https://github.com/advisories/GHSA-%s", "GHSA-%s"),
}
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),