Inherited properties from external parent classes not showing in subclass docs #283
-
Hey there, and thanks for the awesome package. I’m documenting a Python package using mkdocs-material along with the mkdocstrings Python handler. I tried a bunch of stuffs ( Can anyone help me out, please? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 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.
Try running
mkdocs serve -v
, you'll see a lot of DEBUG messages like the following:If you fix them by adding the relevant
__init__
modules in flet sources, I believe Griffe will be able to load the data correctly.