From 5d12b09e073370697e51fbcb3b96c653a52c8495 Mon Sep 17 00:00:00 2001
From: Etienne Kneuss <ekneuss@gmail.com>
Date: Wed, 29 Apr 2015 00:23:41 +0200
Subject: [PATCH] Fix latex-js path so that it loads on https

---
 doc/conf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/conf.py b/doc/conf.py
index 7b2c5f7e8..6e85d061e 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -33,6 +33,8 @@ extensions = [
     'sphinx.ext.mathjax',
 ]
 
+mathjax_path = 'https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
 
-- 
GitLab