summaryrefslogtreecommitdiff
path: root/doc
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>2020-01-30 11:48:55 +0100
commit3f4700c7b827f8d0d2fb3504f084326c1de8443f (patch)
treec8fc22fa530cffe74bf7c11e6ca8e8dc553d57b8 /doc
parente46405b2327b45a6961030ccc6f9212b50c3ade2 (diff)
use the system mathjax (privacy breach)
Gbp-Pq: Name 0002-use-the-system-mathjax-privacy-breach.patch
Diffstat (limited to 'doc')
-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 86dbccf..18bfce2 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -143,6 +143,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 ---------------------------------------------------