-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Math domain regression in Sphinx 8.2.0rc1 #13346
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
Comments
Caused by the performance improvement in #13044. I had thought we kept the key for backwards compatibility, though. A |
What I'm trying to do in the line that fails: I want to force the math extension to believe that there are equations on each Jupyter notebook. Otherwise, MathJax wouldn't be loaded and equations wouldn't be displayed correctly. Is there another way to achieve that? In the long term, it would probably be better if |
The new method in #13044 is to detect maths by if the visitor methods were called. If you don't override these, it might be picked up automatically. Do you have time to test this? Otherwise I will have a go, but I'm less familiar with A |
2982b7a restores the key so the extension no longer fails with an exception, but work may be needed in A |
Describe the bug
See https://github.com/mgeier/nbsphinx/actions/runs/13354246486/job/37294757350
How to Reproduce
Build the docs of https://github.com/spatialaudio/nbsphinx with Sphinx 8.2.0rc1.
If needed, I can try to come up with a more minimal example.
Environment Information
Sphinx extensions
Additional context
No response
The text was updated successfully, but these errors were encountered: