Commit ab1649c
committed
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: #302961 parent de55f27 commit ab1649c
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
378 | | - | |
| 377 | + | |
379 | 378 | | |
380 | 379 | | |
381 | 380 | | |
| |||
0 commit comments