[Doc] Use https for MathJax CDN

This is needed to make MathJax work when loading the documentation over an https
URL, since some browsers block scripts from non-https sites when loading a page
over https.
This commit is contained in:
Ray Speth 2015-05-07 11:24:21 -04:00
parent 11f4b1b7f7
commit a3ec8c0848
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
#---------------------------------------------------------------------------
USE_MATHJAX = YES
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
MATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest
# This tag specifies the encoding used for all characters in the config file
# that follow. The default is UTF-8 which is also the encoding used for all

View file

@ -52,7 +52,7 @@ autodoc_default_flags = ['members','show-inheritance','undoc-members']
autoclass_content = 'both'
mathjax_path = 'http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
mathjax_path = 'https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
doxylink = {
'ct' : (os.path.abspath('../../build/docs/Cantera.tag'),