We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sphinx applies some heuristics to determine what kind of outer environment to apply to math blocks: Unfortunately for us, they don't do the same thing for mathjax as they do for LaTeX: https://github.com/sphinx-doc/sphinx/blob/4b28bdd83bd30cc05986b8573b348a9853fb44fe/sphinx/util/math.py#L23-L55 https://github.com/sphinx-doc/sphinx/blob/4b28bdd83bd30cc05986b8573b348a9853fb44fe/sphinx/ext/mathjax.py#L36-L65
In any case, we should align ourselves with whatever Sphinx ultimately runs with (probably the LaTeX impl as it is newer).
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
Sphinx applies some heuristics to determine what kind of outer environment to apply to math blocks:
Unfortunately for us, they don't do the same thing for mathjax as they do for LaTeX:
https://github.com/sphinx-doc/sphinx/blob/4b28bdd83bd30cc05986b8573b348a9853fb44fe/sphinx/util/math.py#L23-L55
https://github.com/sphinx-doc/sphinx/blob/4b28bdd83bd30cc05986b8573b348a9853fb44fe/sphinx/ext/mathjax.py#L36-L65
In any case, we should align ourselves with whatever Sphinx ultimately runs with (probably the LaTeX impl as it is newer).
Proposal
No response
Tasks and updates
No response
The text was updated successfully, but these errors were encountered: