diff --git a/doc/conf.py b/doc/conf.py
index 7b2c5f7e8d0ab9800dd27af2e6b2494c8e859233..6e85d061e2346c15d68a7849ec2138816fcb1dca 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -33,6 +33,8 @@ extensions = [
     'sphinx.ext.mathjax',
 ]
 
+mathjax_path = 'https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']