-
Hello, When I have a multilevel inheritance architecture, is there a way to show the docstring of the “base”-class? Here is an example (example.py):
I want to render the docs of “class B” In markdown file: settings in .yml-file:
The docstring of “func” is not shown, although a docstring exists in the base-class "MyIface" . Are there any ways to solve this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Have you tried this extension: https://mkdocstrings.github.io/griffe-inherited-docstrings/? |
Beta Was this translation helpful? Give feedback.
Have you tried this extension: https://mkdocstrings.github.io/griffe-inherited-docstrings/?