summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2018-04-28 13:27:25 +0200
committerAlexandre Marie <alexandre.marie@synchrotron-soleil.fr>2019-01-09 15:46:16 +0100
commite4315e1a7349f3ef573e476b3490809781e6db59 (patch)
tree54b5ef9efe2576261f8baf5ebb60a355f256cb37
parentb0088d2d0958e249e51c692062944ec87e45392a (diff)
use the local mathjax
Gbp-Pq: Name 0002-use-the-local-mathjax.patch
-rw-r--r--doc/source/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 157758d..edb90dc 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -39,6 +39,8 @@ import sys, os
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.viewcode',
'sphinx.ext.mathjax']
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -251,4 +253,3 @@ texinfo_documents = [
# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False
-