From d573ae6625f8046c8e1a06e46a5363111ad23bdd Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 15 Mar 2012 19:51:09 +0000 Subject: [PATCH] Configured Sphinx to use MathJax 2.0 --- doc/sphinx/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 99ad9afce..d181ba8d5 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -38,7 +38,7 @@ autodoc_default_flags = ['members','show-inheritance','undoc-members'] autoclass_content = 'both' -mathjax_path = 'http://mathjax.connectmv.com/MathJax.js' +mathjax_path = 'http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=default' # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']