From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Date: Tue, 16 Feb 2016 16:10:19 +0000
Subject: Use system mathjax.

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

diff --git a/doc/source/conf.py b/doc/source/conf.py
index 9be15f3..cf7ca6c 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -38,6 +38,9 @@ extensions = ['sphinx.ext.autodoc',
 	      'sphinx.ext.autosummary',
 	      'numpydoc']
 
+# Override required in order to use Debian's system mathjax
+mathjax_path = 'MathJax.js'
+
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
 
