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-11-23 15:35:06 +0100
commit3b9d5b6da5f81aa09228f49ebdc9a856b177a0fc (patch)
tree1238054f8972a8b4b318cdb6cb6ba53d590c6ce5
parentd4782c69e0b44a342a07bdf55196f4d02b628223 (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'