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: RemovedInSphinx80Warning #175

Merged
merged 5 commits into from
Dec 27, 2023
Merged

Conversation

rafa-guedes
Copy link
Contributor

This pull request fixes #174. I tested this with sphinx 7.2.6, I am not sure if this would cause problem with earlier versions.

… deprecated. Use (obj.__name__, obj.object) instead
@mansenfranzen mansenfranzen self-assigned this Dec 8, 2023
@mansenfranzen mansenfranzen added the enhancement New feature or request label Dec 8, 2023
@mansenfranzen mansenfranzen self-requested a review December 8, 2023 19:10
@codecov-commenter
Copy link

codecov-commenter commented Dec 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fc53c29) 95.84% compared to head (483056c) 95.84%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #175   +/-   ##
=======================================
  Coverage   95.84%   95.84%           
=======================================
  Files          12       12           
  Lines        1035     1036    +1     
=======================================
+ Hits          992      993    +1     
  Misses         43       43           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mansenfranzen
Copy link
Owner

Thanks for the PR. Sorry for taking so long - I will soon take a look at it more closely.

@mansenfranzen mansenfranzen added this to the 2.1 milestone Dec 25, 2023
Copy link
Owner

@mansenfranzen mansenfranzen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me - have to trigger the CI pipeline because it likely breaks older Sphinx versions.

@mansenfranzen mansenfranzen merged commit e6a2146 into mansenfranzen:main Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecation warning for ObjectMember for Sphinx 7.2.2
3 participants