Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ObjectMember related deprecation/removal #99

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

theOehrly
Copy link
Contributor

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 pyfar/pyfar#661 linked in #89). As expected, the documentation build fails with Sphinx 8 and current autodocsumm and succeeds after this fix.

@Chilipp
Copy link
Owner

Chilipp commented Oct 21, 2024

hey @theOehrly ! My apologies, I was away for quite some time. LGTM, thanks a lot!

@Chilipp Chilipp merged commit 5ef1b47 into Chilipp:master Oct 21, 2024
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sphinx ObjectMember-related deprecations
2 participants