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>2022-06-04 14:03:02 +0200
commit488440b5e69f9b57267c8e86c0eef0cc593f4aa1 (patch)
tree340176912641f847b418d9dbd25b3dda9c4399b2
parentba72ce7e60a458a503fd12057d63080b23733ef4 (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 65ff846..1a8e695 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -262,3 +262,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'