summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2021-02-23 10:44:19 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2021-02-23 10:44:19 +0000
commit0e53af4e0285c2aa0e148acc84f2bb29dbe9a980 (patch)
tree459e8460b4266574c67026eaae7f024c98100243
parent61a89fbe6925869628122444e298034cb5f787ca (diff)
downloadhaskell-wip/os-memory-docs.tar.gz
Update MathJax CDNwip/os-memory-docs
Fixes #19423
-rw-r--r--docs/users_guide/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/conf.py b/docs/users_guide/conf.py
index 4eb17c4bbb..00c8eb193c 100644
--- a/docs/users_guide/conf.py
+++ b/docs/users_guide/conf.py
@@ -73,8 +73,8 @@ html_use_smartypants = True
html_use_opensearch = 'https://downloads.haskell.org/~ghc/master/users-guide'
html_show_copyright = True
-# See GHC #15006
-mathjax_path = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js'
+# See GHC #15006 & #19423
+mathjax_path = 'https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
# If true, an OpenSearch description file will be output, and all pages will
# contain a <link> tag referring to it. The value of this option must be the