From 42d293419241987585426c98a56390f83b5514fd Mon Sep 17 00:00:00 2001 From: Artem Pelenitsyn Date: Mon, 23 Oct 2023 21:16:58 -0400 Subject: [PATCH] fixup! --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index cd88758c6a3..8c0287cf84c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -103,7 +103,7 @@ htmlhelp_basename = 'CabalUsersGuide' # MathJax to use HTML rendering by default (makes the text selectableable, see #8453) -mathjax_path = 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js' +mathjax_path = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS_CHTML' # -- Options for LaTeX output ---------------------------------------------