From e99562d270ce51251e59fc8a5a5fd856e1525654 Mon Sep 17 00:00:00 2001 From: Evgeniy L Date: Wed, 13 Jan 2016 12:29:01 +0300 Subject: [PATCH] Doc. Fix mathjax url to use https instead of http --- doc/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 582192a..f9abdc8 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -33,6 +33,8 @@ on_rtd = os.environ.get('READTHEDOCS', None) == 'True' if not on_rtd: extensions.append('oslosphinx') +mathjax_path = 'https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' + # autodoc generation is a bit aggressive and a nuisance when doing heavy # text edit cycles. # execute "export SPHINX_DEBUG=1" in your terminal to disable