executablebooks / MyST-NB

Parse and execute ipynb files in Sphinx
https://myst-nb.readthedocs.io
BSD 3-Clause "New" or "Revised" License
210 stars 84 forks source link

Pending deprecation warning in Sphinx 8 #645

Open agoose77 opened 2 weeks ago

agoose77 commented 2 weeks ago

See CI in sphinx-book-theme

flying-sheep commented 4 days ago

Is it this?

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

because that also exists

bsipocz commented 3 days ago

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 commented 3 days ago

Where do you both see these?

Code search told me https://github.com/executablebooks/MyST-NB/blob/aee9a463931a0ea6f0b49d2ec7e0776e89fdff8f/myst_nb/core/read.py#L61

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