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>2023-07-18 15:54:09 +0200
commitfb1da8366e7000300d5203fa9676ff6864b0b22f (patch)
treeaf8ce850aedba0095b898ecbdfa395b26a5ede24
parentabc897a39ffc0fc9acd1fce86c69ae3d17ccc15a (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 718ec10..02ed553 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -264,3 +264,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'