Hi all,I hope to use autodoc for a project I'm working on. Most of my classes inherit from some very low-level base classes, whose methods I don't want in the documentation.
Unfortunately, there are some other parent classes whose methods I *do* want documented, so simply excluding autodoc's :inherited-members: is not an option.
Is there a way to specify particular base classes to exclude when using autodoc's :inherited-members: option? If not, I'll probably end up forking autodoc to extend it this way... thanks!
Jake