1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Stuart Prescott <stuart@debian.org>
Date: Tue, 4 Feb 2025 20:58:09 +1100
Subject: Switch to local mathjax for documentation
---
doc/conf.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/conf.py b/doc/conf.py
index 492f5b8..5cb3143 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -220,6 +220,8 @@ html_show_sourcelink = False
# Output file base name for HTML help builder.
htmlhelp_basename = 'sasmodelsdoc'
+# Use the packaged copy of MathJax
+mathjax_path = 'mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
# -- Options for LaTeX output --------------------------------------------------
|