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
Currently, attempting to use :inherited-members: with the autoclass directive results in a fatal error.
Exception occurred:
File "... sphinxcontrib/mat_documenters.py", line 247, in get_object_members
members = inspect.get_members(self.object, attr_getter=self.get_attr)
AttributeError: module 'inspect' has no attribute 'get_members'
Initially I thought that the inheritance information was not included in the parsed objects, but it seems it is there and we would just need to implement the code to look up the inherited members.
Looks like this issue was brought up a few years ago in #98. Not sure if anything has changed since then to make it easier.
The text was updated successfully, but these errors were encountered:
Currently, attempting to use
:inherited-members:
with theautoclass
directive results in a fatal error.Initially I thought that the inheritance information was not included in the parsed objects, but it seems it is there and we would just need to implement the code to look up the inherited members.
Looks like this issue was brought up a few years ago in #98. Not sure if anything has changed since then to make it easier.
The text was updated successfully, but these errors were encountered: