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-10-19 13:25:00 +0200
commit6bc64fea0130f97b91c4c9d246c95334c69c6d76 (patch)
tree6b60d17feadab9e80451559c5c094d47888077a1
parentc3856b8d89d35835a7d74791f22d5d2fc43079be (diff)
use the system mathjax
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'