We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c5d57 commit a170842Copy full SHA for a170842
docs/conf.py
@@ -40,6 +40,10 @@
40
41
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
42
43
+autodoc_type_aliases = {
44
+ "_SupportsGetMesh": "object",
45
+}
46
+
47
# The suffix(es) of source filenames.
48
# You can specify multiple suffix as a list of string:
49
# source_suffix = ['.rst', '.md']
0 commit comments