From 5faba2a815198cf4e7f0ef44f1b90ee0e8a25e83 Mon Sep 17 00:00:00 2001 From: Paul Kienzle Date: Thu, 11 May 2017 16:30:02 -0400 Subject: [PATCH] R 1.5.0 --- doc/sphinx/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index c20ef4c..5caa3c7 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -42,6 +42,9 @@ 'dollarmath', ] +# MathJax CDN is discontinued +mathjax_path = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML" + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']