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

Pending deprecation warning in Sphinx 8 #645

Open
agoose77 opened this issue Oct 30, 2024 · 3 comments · May be fixed by #647
Open

Pending deprecation warning in Sphinx 8 #645

agoose77 opened this issue Oct 30, 2024 · 3 comments · May be fixed by #647
Labels
bug Something isn't working

Comments

@agoose77
Copy link
Collaborator

See CI in sphinx-book-theme

@flying-sheep
Copy link
Contributor

flying-sheep commented Nov 11, 2024

Is it this?

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

because that also exists

@bsipocz bsipocz added the bug Something isn't working label Nov 11, 2024
@bsipocz
Copy link
Collaborator

bsipocz commented Nov 11, 2024

I'm trying to hunt down all these remaining issues. Where do you both see these? Any links to failing builds/or logs would be super useful.

@flying-sheep
Copy link
Contributor

flying-sheep commented Nov 11, 2024

Where do you both see these?

Code search told me

from sphinx.util import import_object

So no log necessary, that line simply performs a deprecated import.

@bsipocz bsipocz linked a pull request Nov 11, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

3 participants