In the migration notes for 0.19, I see the note:
inherited_membersis not yet implemented.
As far as I can tell, neither the new experimental python handler, nor the old python-legacy support this option right now. Am I missing something?
If it's the case that inherited_members is a casualty of handler changes, is there a timeline for when to expect inherited members? As someone using mkdocstrings before the recent handler changes and configuration interface changes, it feels like a significant regression to not have this functionality at all.
This is important functionality that I need for my documentation, as I have abstract base classes that implement the bulk of the API interface, but the concrete classes are what users actually use and will look up documentation for.
Thanks!