Skip to content

Commit a170842

Browse files
committed
Do not attempt to link to undocumented protocol
1 parent e1c5d57 commit a170842

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/conf.py

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040

4141
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
4242

43+
autodoc_type_aliases = {
44+
"_SupportsGetMesh": "object",
45+
}
46+
4347
# The suffix(es) of source filenames.
4448
# You can specify multiple suffix as a list of string:
4549
# source_suffix = ['.rst', '.md']

0 commit comments

Comments
 (0)