Inherited properties from external parent classes not showing in subclass docs #283
Unanswered
ndonkoHenri
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Could you provide a minimal example that reproduce the issue you describe (no inherited members rendered)? What you tried is supposed to be the solution ( |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there, and thanks for the awesome package.
I’m documenting a Python package using mkdocs-material along with the mkdocstrings Python handler.
I have a class that inherits from an external item, for example,
pandas.DataFrame
, and I will like the parent props to be visible in the child's docs.I tried a bunch of stuffs (
preload_module: [pandas]
,inherit_members: true
), but nothing worked as expected.Can anyone help me out, please?
Beta Was this translation helpful? Give feedback.
All reactions