From 803178a5383cdb5383e5b9fedd8feb3d65f9183b Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 19 Apr 2018 11:28:19 -0400 Subject: users-guide: Override mathjax_path The Mathjax CDN no longer exists. Use CDNJS instead. See #15006. Test Plan: Build HTML users guide, see whether math is rendered. Reviewers: alpmestan Reviewed By: alpmestan Subscribers: thomie, carter GHC Trac Issues: #15006 Differential Revision: https://phabricator.haskell.org/D4603 --- docs/users_guide/conf.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/users_guide/conf.py b/docs/users_guide/conf.py index ef7b9d51ba..0732c5ccd4 100644 --- a/docs/users_guide/conf.py +++ b/docs/users_guide/conf.py @@ -57,6 +57,9 @@ 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' + # If true, an OpenSearch description file will be output, and all pages will # contain a tag referring to it. The value of this option must be the # base URL from which the finished HTML is served. -- cgit v1.2.1