From: Ole Streicher <olebole@debian.org>
Date: Fri, 28 Dec 2018 19:50:54 +0100
Subject: Use the packaged MathJax

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

diff --git a/sphinx_astropy/conf/v1.py b/sphinx_astropy/conf/v1.py
index c3e38d2..993581c 100644
--- a/sphinx_astropy/conf/v1.py
+++ b/sphinx_astropy/conf/v1.py
@@ -211,6 +211,8 @@ extensions = [
     'sphinx_automodapi.smart_resolver',
 ]
 
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+
 try:
     import matplotlib.sphinxext.plot_directive
     extensions += [matplotlib.sphinxext.plot_directive.__name__]
