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

Detect and use system MathJax-3.x #36098

Merged
merged 4 commits into from
Aug 27, 2023
Merged

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    7342cbf View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    f435b02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de55f27 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. 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: sagemath#30296
    orlitzky committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    ab1649c View commit details
    Browse the repository at this point in the history