Open mwouts opened 4 months ago
With sphinx==7.2.6
the test passes but yields this warning:
RemovedInSphinx80Warning: The alias 'sphinx.util.status_iterator' is deprecated, use 'sphinx.util.display.status_iterator' instead. Check CHANGES for Sphinx API modifications.
status_iterator = sphinx.util.status_iterator
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
Hi! I also encountered this issue using Sphinx 8.0.2. By running sphinx with --verbose, it seems that the error stems from the interaction with sphinx_gallery<=0.7, which uses 'sphinx.util.status_iterator', removed in Sphinx 8.
It seems that running with the latest sphinx_gallery version does not result in any problem, although jupytext still complains that it is not compatible?
In the recent runs of the CI like here, the conversion from rst to md fails:
This might be caused by a new version of
sphinx
. We might have to either pin the version of sphinx used in those tests, or even transition to a more up-to-date conversion framework like rst-to-myst