summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@well-typed.com>2021-02-26 12:50:45 -0500
committerKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2021-02-28 00:07:40 +0100
commit3b0faf2aede17e15ecfbc8f054b8eb47c3443e07 (patch)
tree04d54175f9d2c60f82670a6eaf15e1aebb82cf6f
parent157fe938eabf6428fa9de42d57f8cfad08b38ddb (diff)
downloadhaskell-wip/T19423.tar.gz
users guide: Update mathjax CDN URLwip/T19423
Fixes #19423. [skip ci]
-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..04631fc363 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