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

Deprecation warning about sphinx.util.import_object #149

Closed
mgeier opened this issue Dec 24, 2024 · 2 comments
Closed

Deprecation warning about sphinx.util.import_object #149

mgeier opened this issue Dec 24, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@mgeier
Copy link
Contributor

mgeier commented Dec 24, 2024

This is just a heads-up. The problem has already been reported to sphinx-doc/sphinx#13083. Hopefully, this will be un-deprecated and everything will keep working.

But for now, I'm getting this warning:

sphinx.deprecation.RemovedInSphinx10Warning: 'sphinx.util.import_object' is deprecated. Check CHANGES for Sphinx API modifications.

The traceback points to:

from sphinx.util import import_object

@felix-hilden
Copy link
Owner

Thanks for reporting it and also creating the Sphinx issue! I'd honestly be fine with even copying the implementation, it's a pretty trivial piece of code, although yes, convenient to just import 👌 But let's see how the discussion gets resolved!

@felix-hilden
Copy link
Owner

felix-hilden commented Feb 12, 2025

Now that the underlying issue was solved, I'll go ahead and close this 👍 Thanks for working on it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants