Open agoose77 opened 2 weeks ago
Is it this?
sphinx.deprecation.RemovedInSphinx10Warning: 'sphinx.util.import_object' is deprecated. Check CHANGES for Sphinx API modifications.
because that also exists
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.
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.
See CI in sphinx-book-theme