summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2017-08-10 10:19:39 +0200
committerAlexandre Marie <alexandre.marie@synchrotron-soleil.fr>2018-12-17 13:25:52 +0100
commitd5e042bf71474ffe638e9aefd907c20df6587e9a (patch)
tree732416f35aff3061d870411a2724026e43bddc34
parentd3eee444cb0ec98210b17e50cab4000358d57783 (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 23efd15..532f6bf 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -142,6 +142,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 ---------------------------------------------------