[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:
parent
11f4b1b7f7
commit
a3ec8c0848
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue