mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-07 13:54:45 +03:00
Do not attempt to link to undocumented protocol
This commit is contained in:
parent
e1c5d57d50
commit
a1708423ee
|
@ -40,6 +40,10 @@ extensions = [
|
||||||
|
|
||||||
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
|
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
|
||||||
|
|
||||||
|
autodoc_type_aliases = {
|
||||||
|
"_SupportsGetMesh": "object",
|
||||||
|
}
|
||||||
|
|
||||||
# The suffix(es) of source filenames.
|
# The suffix(es) of source filenames.
|
||||||
# You can specify multiple suffix as a list of string:
|
# You can specify multiple suffix as a list of string:
|
||||||
# source_suffix = ['.rst', '.md']
|
# source_suffix = ['.rst', '.md']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user