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>2018-08-01 23:37:51 +0200
commit41fe844130a2150481665ddd851217c3a16f51a7 (patch)
tree18d4dc1e0f91ae712e01a981c76f60573752af83
parent191eb3503020da92af70cd96295547d211575d80 (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'