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>2019-02-21 11:05:12 +0100
commitf97da355d9e93567edf754180ee7d4ba5b346df7 (patch)
tree36777aa0ccde94ee7e0c209549b83c259f30378f
parent71ec9d92ea3933fd73da0b57bb6c3f3749a7bf04 (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 ---------------------------------------------------