[Git][haskell-team/DHG_packages][master] ghc(-doc): patch Sphinx config to use locally-installed MathJax instead of a...

Clint Adams gitlab at salsa.debian.org
Fri Jan 18 22:37:49 GMT 2019


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
4466ca30 by Clint Adams at 2019-01-18T22:37:07Z
ghc(-doc): patch Sphinx config to use locally-installed MathJax instead of a copy on the Internet.  closes: #919518.

- - - - -


3 changed files:

- p/ghc/debian/changelog
- + p/ghc/debian/patches/local-mathjax
- p/ghc/debian/patches/series


Changes:

=====================================
p/ghc/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+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 at debian.org>  Fri, 18 Jan 2019 17:36:40 -0500
+
 ghc (8.4.4+dfsg1-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/ghc/debian/patches/local-mathjax
=====================================
@@ -0,0 +1,11 @@
+--- 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


=====================================
p/ghc/debian/patches/series
=====================================
@@ -15,3 +15,4 @@ add_-latomic_to_ghc-prim
 haddock-out-of-memory.patch
 kfreebsd-aclocal.m4
 revert-llvm-fixes
+local-mathjax



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/4466ca3019b6e86514e51052c62f4a9e98491c88

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/4466ca3019b6e86514e51052c62f4a9e98491c88
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190118/33eeb0ad/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list