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::`.

(cherry picked from commit 4ba61b4)
  • Loading branch information
Eric-Arellano authored and mergify[bot] committed Nov 8, 2024
1 parent 176ace6 commit ceccc5a
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 ceccc5a

Please sign in to comment.