Merge branch '3.1.x'
This commit is contained in:
commit
bbd5bcee7b
@ -11,6 +11,12 @@ Unreleased
|
||||
- Use ``flit_core`` instead of ``setuptools`` as build backend.
|
||||
|
||||
|
||||
Version 3.1.4
|
||||
-------------
|
||||
|
||||
Unreleased
|
||||
|
||||
|
||||
Version 3.1.3
|
||||
-------------
|
||||
|
||||
|
||||
@ -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),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user