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>2017-11-25 17:02:19 +0100
commit0539996250fced86134aa3011d65f426c35589d8 (patch)
tree3377645d1c9cc8445dcc0c8b13cb56c41f347eb6
parentb54aaade169f4ee6ced004247ec27b39e40c9e1f (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 e724d3c..d01cd39 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -133,6 +133,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 ---------------------------------------------------