summaryrefslogtreecommitdiff
path: root/sphinx/ext/mathjax.py
diff options
context:
space:
mode:
authorsbrandtb <s.brandt.berlin@gmail.com>2014-06-05 08:39:03 +0000
committersbrandtb <s.brandt.berlin@gmail.com>2014-06-05 08:39:03 +0000
commitfc1f24fdb03c4a15545dd1c850338f8e2853c46f (patch)
tree5c5c70ad93cea8b09b03159f0d7b8f736e4a1a77 /sphinx/ext/mathjax.py
parent9ebee01d19cc28eb12d4b92d2e2b2f49e3b81cf1 (diff)
downloadsphinx-git-fc1f24fdb03c4a15545dd1c850338f8e2853c46f.tar.gz
fixes #1459
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 ee2786671..f7914b2fb 100644
--- a/sphinx/ext/mathjax.py
+++ b/sphinx/ext/mathjax.py
@@ -61,7 +61,7 @@ def builder_inited(app):
def setup(app):
mathbase_setup(app, (html_visit_math, None), (html_visit_displaymath, None))
app.add_config_value('mathjax_path',
- 'http://cdn.mathjax.org/mathjax/latest/MathJax.js?'
+ 'https://cdn.mathjax.org/mathjax/latest/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')