In file sphinx_automodapi/automodsumm.py, there is a call to find_mod_objs that ignores the no-inherited-members flag. I don't know if this is correct or not, but in my use case, it does cause autodoc to process unwanted members when the flag is set.
In file
sphinx_automodapi/automodsumm.py
, there is a call tofind_mod_objs
that ignores theno-inherited-members
flag. I don't know if this is correct or not, but in my use case, it does cause autodoc to process unwanted members when the flag is set.https://github.com/astropy/sphinx-automodapi/blob/a856c2948129929aba83c4b26aee0a31ca530de2/sphinx_automodapi/automodsumm.py#L135