Closed WarrenWeckesser closed 2 months ago
Thanks for this report. Will try and get a fix out today (we have been slow to test Sphinx 8).
Thanks @agoose77. For now, we are sticking with Sphinx 7.4.7 in CI, so we're not blocked.
I've run into this issue, too for some tutorial CIs.
Naively went ahead and opened the PR as it looked all good locally.
Hey, any updates on this one? Just noticed the warning after updating to sphinx v8...
Describe the bug
The CI build of the SciPy docs is failing with the recently updated Sphinx 8.0.2. Initially the problem was coming from
jupyterlite_sphinx
(see https://github.com/jupyterlite/jupyterlite-sphinx/issues/197). A current pull request there fixes the error that occurs injupyterlite_sphinx
, but the build of the SciPy docs fails again inmyst_nb
code:The error occurs in 'core/read.py' at line 71:
https://github.com/executablebooks/MyST-NB/blob/6ce30cd41fa82543e0f315ac8bbee82669b0cc82/myst_nb/core/read.py#L71
If I follow the example of the
jupyterlite_sphinx
pull request, and change that line to:the build of the SciPy docs completes successfully.
Reproduce the bug
See above.
List your environment
No response