Skip to content

Commit

Permalink
Show inheritance in inlined classes in docs (#709)
Browse files Browse the repository at this point in the history
This was an oversight. We already show inheritance for dedicated class pages from `.. autosummary::`, but not inlined classes from `.. autodoc::`.
  • Loading branch information
Eric-Arellano authored Nov 8, 2024
1 parent 152ba58 commit 4ba61b4
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 @@ -90,6 +90,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 4ba61b4

Please sign in to comment.