summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2018-04-28 13:27:25 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2018-09-20 10:05:58 +0200
commit6a00c8b3832f32dd4a4d97f9aa75eda0e372570d (patch)
treeb84760a481da7689c710c3acdf6a8de43614a11c
parent2b6a0af3519b038c617455c7be69270dcb8fe321 (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
-