summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2017-08-10 10:19:39 +0200
committerNilesh Patra <nilesh@debian.org>2022-03-14 08:26:01 +0100
commita484695f867670cae192e2f0cc79332f848dd490 (patch)
treece3bc6872494cdb91fc46202e5d6fe4fb13a6d4a
parentf6db1179282b87d0f2b1fa5a762d106492081a7e (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 ---------------------------------------------------