Skip to content

Commit

Permalink
Try suppressing external inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
alanakbik committed Dec 7, 2024
1 parent 16e5a41 commit 537511b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__"):
Expand Down

0 comments on commit 537511b

Please sign in to comment.