This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git
The following commit(s) were added to refs/heads/master by this push:
new 5bf7d91f revert site_head.html -- Apache does not support the newer
MathJax.
5bf7d91f is described below
commit 5bf7d91fb7fba5792b3830f4806522dd665b3182
Author: Lee Rhodes <[email protected]>
AuthorDate: Sun Jan 25 12:39:15 2026 -0800
revert site_head.html -- Apache does not support the newer MathJax.
---
_includes/site_head.html | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/_includes/site_head.html b/_includes/site_head.html
index 969f4bf8..0f597d38 100644
--- a/_includes/site_head.html
+++ b/_includes/site_head.html
@@ -21,20 +21,8 @@
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/docs.css">
-<script>
- window.MathJax = {
- tex: {
- inlineMath: [['$', '$'], ['\\(', '\\)']],
- displayMath: [['$$', '$$'], ['\\[', '\\]']]
- },
- options: {
- enableMenu: false // Optional: hides the right-click context menu
- }
- };
-</script>
-
-<script id="MathJax-script" async
- src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
+<script type="text/x-mathjax-config">
+ MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'],
['\\(','\\)']]},showMathMenu:false,showMathMenuMSIE:false,showProcessingMessages:false});
</script>
<!-- original source:
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMX_HTML-full
-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]