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>2022-01-18 17:07:47 +0100
commitea4d6d500553e7dc9b0f3b3af3f84888956d4a04 (patch)
tree42de3f02031c73051b9b2de497d9a845cf20a18e
parentdef785852da4a02e6eda3c8454f40b56b0131a9e (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
-