Skip to content

Commit

Permalink
Show inheritance in inlined classes in docs (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano authored Nov 7, 2024
1 parent a46b3d1 commit c44a6ef
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 c44a6ef

Please sign in to comment.