diff --git a/docs/conf.py b/docs/conf.py index 97289c91d..d52366f52 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,6 +40,10 @@ extensions = [ intersphinx_mapping = {"python": ("https://docs.python.org/3", None)} +autodoc_type_aliases = { + "_SupportsGetMesh": "object", +} + # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # source_suffix = ['.rst', '.md']