Chilipp / autodocsumm

Extending your autodoc API docs with a summary
Apache License 2.0
48 stars 14 forks source link

Fix ObjectMember related deprecation/removal #99

Open theOehrly opened 2 months ago

theOehrly commented 2 months ago

Closes #89

The relevant section of code was not covered by tests previously. Therefore, I've added a test that increases coverage to this part and generally verifies that :exclude-members: are handled correctly.

This issue only occurred when :exclude-members: was used which is why it did only come up in some projects.

To test against a real project, I've built the documentation for https://github.com/pyfar/pyfar (issue https://github.com/pyfar/pyfar/issues/661 linked in #89). As expected, the documentation build fails with Sphinx 8 and current autodocsumm and succeeds after this fix.