Do not attempt to link to undocumented protocol

This commit is contained in:
Andrew Murray 2024-02-19 20:45:06 +11:00
parent e1c5d57d50
commit a1708423ee

View File

@ -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']