diff --git a/docs/conf.py b/docs/conf.py index 76ba11ee6..bd56154f7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -123,7 +123,7 @@ def linkcode_resolve(*args): } -def suppress_inherited_from_external(app, what, name, obj, options, signature, return_annotation): +def suppress_inherited_from_external(app, what, name, obj, options, signature): # Filter out inherited members that come from external modules # You can add conditions based on module names or other attributes if hasattr(obj, "__module__"):