From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Date: Wed, 31 May 2017 12:01:36 +0100
Subject: Use the packaged MathJax

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

--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -31,6 +31,8 @@
 
 numpydoc_show_class_members = False
 
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
 
