-
Notifications
You must be signed in to change notification settings - Fork 27
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
Conversation
… deprecated. Use (obj.__name__, obj.object) instead
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
Thanks for the PR. Sorry for taking so long - I will soon take a look at it more closely. |
There was a problem hiding this 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!
There was a problem hiding this comment.
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.
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.