Commit 4466ca30 authored by Clint Adams's avatar Clint Adams
Browse files

ghc(-doc): patch Sphinx config to use locally-installed MathJax instead of a...

ghc(-doc): patch Sphinx config to use locally-installed MathJax instead of a copy on the Internet.  closes: #919518.
parent a3731961
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
ghc (8.4.4+dfsg1-2) UNRELEASED; urgency=medium

  * Patch Sphinx config to use locally-installed MathJax instead of a
    copy on the Internet.  closes: #919518.

 -- Clint Adams <clint@debian.org>  Fri, 18 Jan 2019 17:36:40 -0500

ghc (8.4.4+dfsg1-1) unstable; urgency=medium

  * New upstream release
+11 −0
Original line number Diff line number Diff line
--- a/docs/users_guide/conf.py
+++ b/docs/users_guide/conf.py
@@ -58,7 +58,7 @@
 html_show_copyright = True
 
 # See GHC #15006
-mathjax_path = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js'
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js'
 
 # 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
+1 −0
Original line number Diff line number Diff line
@@ -15,3 +15,4 @@ add_-latomic_to_ghc-prim
haddock-out-of-memory.patch
kfreebsd-aclocal.m4
revert-llvm-fixes
local-mathjax