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

taking care over sphinx version #1192

Open
ddkohler opened this issue Oct 23, 2024 · 2 comments
Open

taking care over sphinx version #1192

ddkohler opened this issue Oct 23, 2024 · 2 comments

Comments

@ddkohler
Copy link
Contributor

Tests were recently failing for sphinx docs build. The root cause is sphinx 8.0.0 replaced some function references that sphinx-gallery uses. We have pinned our version of "sphinx-gallery<0.8.2" back about 4 years, but it appears the new one has not adapted to the changes yet either.

For now, we will pin to sphinx<8.0, but we will probably have to revisit this issue in the future, especially since we are pinned to a very old sphinx-gallery version.

@ddkohler ddkohler mentioned this issue Oct 23, 2024
3 tasks
@kameyer226
Copy link
Contributor

I'd like to ask sphinx about these references, do you have a list of functions that were deprecated?

@ddkohler
Copy link
Contributor Author

They are documented in the changelog
https://www.sphinx-doc.org/en/master/changes/8.0.html#release-8-0-1-released-jul-30-2024

Just to be clear, this is an upstream incompatibility--we have to wait for sphinx-gallery to adopt the sphinx 8.x changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants