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 8, 2024
1 parent 35db2c8 commit 8bf84b6
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 @@ -110,7 +110,7 @@ def linkcode_resolve(*args):
"members": True,
"show-inheritance": True,
"private-members": False,
"inherited": False,
"inherited": True,
}

source_suffix = {
Expand Down

0 comments on commit 8bf84b6

Please sign in to comment.