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-07-09 15:26:55 +0200
commit254e56b3bfe380502da29a7c28a78f44444d43f2 (patch)
treea1229f085fe9304a74c8cf45ce838b50aea5fb59
parent9ba6d6f32c676cc942bc2b0db1d4506dd0610b61 (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 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 ---------------------------------------------------