astropy / sphinx-automodapi

Sphinx extension for generating API documentation
https://sphinx-automodapi.readthedocs.io
BSD 3-Clause "New" or "Revised" License
65 stars 45 forks source link

sphinx_automodapi/automodsumm.py: address #132 #133

Closed pkgw closed 3 years ago

pkgw commented 3 years ago

The members of ABC-derived classes were not being listed when they used a custom metaclass deriving from ABCMeta. The fix is not just test for exact equality of the ABCMeta metaclass, but subclassness.

Addresses #132.

pkgw commented 3 years ago

Ping?

pkgw commented 3 years ago

@astrofrog Are you able to take a look at this?

pkgw commented 3 years ago

@astrofrog This is your monthly ping on this PR!

astrofrog commented 3 years ago

Sorry for the delay!