summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2017-08-10 10:19:39 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2021-09-08 09:41:22 +0200
commitb291c453b15008f13ae8a651663add8fbe12cd31 (patch)
tree24375ff48a50f4f88c02cb8c7004376cfac26ed8
parent8085602785d6f5f07a6e3a07250481ceacd1d1a7 (diff)
use the system mathjax (privacy breach)
Gbp-Pq: Name 0002-use-the-system-mathjax-privacy-breach.patch
-rw-r--r--doc/source/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 7e173f3..86e7bfa 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -144,6 +144,11 @@ pygments_style = 'sphinx'
# A list of ignored prefixes for module index sorting.
# modindex_common_prefix = []
+# -- Option for MathJax extension ----------------------------------------------
+
+# Override required in order to use Debian's system mathjax
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+
# -- Options for HTML output ---------------------------------------------------