Metadata-Version: 2.4
Name: sagelite-mathjax-runtime
Version: 10.9
Summary: Optional MathJax companion runtime for sagelite
Author-email: The Sage Developers <sage-support@googlegroups.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://www.sagemath.org
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# sagelite-mathjax-runtime

Optional MathJax companion runtime for `sagelite`.

This package bundles the MathJax JavaScript runtime used by Sage documentation
and rich output paths. When installed with `sagelite`, `sage.env` points
`MATHJAX_DIR` at the bundled runtime if the build-time Sage prefix is not
available.

To test installation directly from GitHub, use:

```bash
pip install "git+https://github.com/sagemathinc/sagelite.git@develop#subdirectory=companion-packages/sagelite-mathjax-runtime"
```
