You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/sage_docbuild/conf.py: use absolute path to mathjax
Previously we copied mathjax to sphinx's _static output directory and
then referenced it with a path relative to _static. This commit
references it by absolute path on the filesystem, solving two
problems:
1. It doesn't waste space; there are multiple _static directories,
and mathjax was copied to all of them
2. It avoids polluting _static with mathjax files
Closes: #30296
0 commit comments