-
Notifications
You must be signed in to change notification settings - Fork 7
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
Use ObjectMember interface for Sphinx autoenum members rather than tu… #78
Use ObjectMember interface for Sphinx autoenum members rather than tu… #78
Conversation
a03f03f
to
ff89190
Compare
@domdfcoding If I fix the tests / linting does this look like something you would merge / release? |
From the failures it looks like ObjectMember doesn't exist in Sphinx 3.2 and 3.3 (added in 3.4 presumably). I'm not sure it's worth the effort to do a special case for those two (old) versions so I will remove them from the CI matrix. |
…ples Without this, autoenum is broken for Sphinx 7.2.0.
for more information, see https://pre-commit.ci
ff89190
to
5cd08e2
Compare
I've dropped Sphinx 3.2 and 3.3 from master and rebased |
Thank you @domdfcoding . I made a change to satisfy |
…ples
Without this, autoenum is broken for Sphinx 7.2.0.