summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2018-07-31 11:02:24 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2019-05-27 09:52:57 +0200
commit73e7a78eeb6c55f74f995fc3037d950913b2407d (patch)
tree59d355e2664716fc65cb532a21975109bfc5176d
parent70db44d0648536d9550fcc8abe8db75d6eae27af (diff)
use the system mathjaxarchive/debian/0.9.0+dfsg-1_exp1
Gbp-Pq: Name 0003-use-the-system-mathjax.patch
-rw-r--r--doc/source/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 9ccf065..6f04b44 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -260,3 +260,6 @@ man_pages = [
# How to display URL addresses: 'footnote', 'no', or 'inline'.
# texinfo_show_urls = 'footnote'
+
+# Override required in order to use Debian's system mathjax
+mathjax_path = 'mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'