summaryrefslogtreecommitdiff
path: root/sphinx/ext/mathjax.py
diff options
context:
space:
mode:
authorjfbu <jfbu@free.fr>2017-06-16 08:28:50 +0200
committerjfbu <jfbu@free.fr>2017-06-16 08:28:50 +0200
commitd06cb0bc2e7dad015f985bb8f71ad99081aa61a2 (patch)
tree261aba59cddbb8c3c14ff3ed1a09734466d427fa /sphinx/ext/mathjax.py
parented97a838ee9d10008160f55c7de1010fa82ab424 (diff)
downloadsphinx-git-d06cb0bc2e7dad015f985bb8f71ad99081aa61a2.tar.gz
Update MathJax CDN link to use 2.7.1
refs: #3602
Diffstat (limited to 'sphinx/ext/mathjax.py')
-rw-r--r--sphinx/ext/mathjax.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/ext/mathjax.py b/sphinx/ext/mathjax.py
index d2fd9696f..f25f91e74 100644
--- a/sphinx/ext/mathjax.py
+++ b/sphinx/ext/mathjax.py
@@ -74,7 +74,7 @@ def setup(app):
# more information for mathjax secure url is here:
# http://docs.mathjax.org/en/latest/start.html#secure-access-to-the-cdn
app.add_config_value('mathjax_path',
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?'
+ 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?'
'config=TeX-AMS-MML_HTMLorMML', False)
app.add_config_value('mathjax_inline', [r'\(', r'\)'], 'html')
app.add_config_value('mathjax_display', [r'\[', r'\]'], 'html')