diff options
author | Ben Gamari <ben@well-typed.com> | 2021-02-26 12:50:45 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-02-28 05:37:13 -0500 |
commit | a34733239fbd2029f91924f60309e947b02d2a68 (patch) | |
tree | 3d519a34ccc7135653e37fc3b7c04ef396af8723 /docs | |
parent | b8d40af138fe0f7fad9b6afafe2152d8213a3e25 (diff) | |
download | haskell-a34733239fbd2029f91924f60309e947b02d2a68.tar.gz |
users guide: Update mathjax CDN URL
Fixes #19423.
[skip ci]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/conf.py | 4 |
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 |