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>2018-03-13 07:32:00 +0100
commit73aa53a5489537d3233dfc7159740d9dc68040d6 (patch)
treed676cd20f8f4c572ff570a69fcacd0c01ae0b5ba
parent1e7cc72b26df13b77d07d4ebf0ff5bfdef575527 (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 234e4fa..ab5e24b 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 ---------------------------------------------------