summaryrefslogtreecommitdiff
path: root/sphinx/ext/mathjax.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-12-18 23:32:52 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-12-18 23:32:52 +0900
commit3905cb8b7cb92815a6ee41a7d25ad2eaa5b8a443 (patch)
tree1364180c37c091572b2479457f0f41593fd37006 /sphinx/ext/mathjax.py
parentf04e161173742597c1ba6cf89a06316073eb18b9 (diff)
parent518c2f2e0ec27e413ef6eb57d372428cccdce173 (diff)
downloadsphinx-git-3905cb8b7cb92815a6ee41a7d25ad2eaa5b8a443.tar.gz
Merge branch '1.8'
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 324c5a2c5..da306386b 100644
--- a/sphinx/ext/mathjax.py
+++ b/sphinx/ext/mathjax.py
@@ -103,7 +103,7 @@ def setup(app):
# more information for mathjax secure url is here:
# https://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.1/MathJax.js?'
+ 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?'
'config=TeX-AMS-MML_HTMLorMML', 'html')
app.add_config_value('mathjax_options', {}, 'html')
app.add_config_value('mathjax_inline', [r'\(', r'\)'], 'html')