You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.sphinx-automodapi/sphinx_automodapi/automodsumm.py
Line 135 in a856c29
The text was updated successfully, but these errors were encountered: