From 6b89d801cbb996811e86480d91ee4a6680f29d7d Mon Sep 17 00:00:00 2001 From: Debian Haskell Group Date: Mon, 17 Feb 2025 09:44:23 +0100 Subject: [PATCH] local-mathjax =================================================================== Gbp-Pq: Name local-mathjax --- docs/users_guide/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/conf.py b/docs/users_guide/conf.py index a7ad65ae..2d90f725 100644 --- a/docs/users_guide/conf.py +++ b/docs/users_guide/conf.py @@ -75,7 +75,7 @@ html_use_opensearch = 'https://downloads.haskell.org/~ghc/master/users-guide' html_show_copyright = True # See GHC #15006, #19423 -mathjax_path = 'https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML ' +mathjax_path = 'file:///usr/share/javascript/mathjax/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 -- 2.30.2