From: Ole Streicher Date: Tue, 19 Dec 2017 10:34:49 +0000 (+0100) Subject: Use the packaged MathJax X-Git-Tag: archive/raspbian/2.0.3-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=92cf6580f8e5068c42ddd4282b6e0185e69af5f1;p=python-astropy.git Use the packaged MathJax Gbp-Pq: Name Use-the-packaged-MathJax.patch --- diff --git a/astropy_helpers/astropy_helpers/sphinx/conf.py b/astropy_helpers/astropy_helpers/sphinx/conf.py index 0e77234..8eb29da 100644 --- a/astropy_helpers/astropy_helpers/sphinx/conf.py +++ b/astropy_helpers/astropy_helpers/sphinx/conf.py @@ -148,6 +148,7 @@ extensions = [ 'astropy_helpers.sphinx.ext.doctest', 'astropy_helpers.sphinx.ext.changelog_links'] +mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML' if not on_rtd and LooseVersion(sphinx.__version__) < LooseVersion('1.4'): extensions.append('sphinx.ext.pngmath')