Skip to content

Commit

Permalink
Show inheritance in inlined classes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Nov 7, 2024
1 parent 1b13a66 commit d2f9845
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
autodoc_typehints = "description"
autodoc_default_options = {
"inherited-members": None,
"show-inheritance": True,
}
napoleon_google_docstring = True
napoleon_numpy_docstring = False
Expand Down

0 comments on commit d2f9845

Please sign in to comment.