summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2017-08-10 10:19:39 +0200
committerStefano Rivera <stefanor@debian.org>2023-02-03 21:46:19 +0100
commit7d59df071a396cf67556c7d236726e5f20d3d159 (patch)
tree1abf6d8fe2bf0424595ffb4c24020a2999db4d3b
parent8759bb0d9b8de474514aeb3a645fd6d9fe44e748 (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 2d242e9..38b531d 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -138,6 +138,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 ---------------------------------------------------