1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Thu, 29 Jun 2017 05:31:26 +0000
Subject: use local mathjax
Forwarded: not-needed
---
doc/source/conf.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 34445da..f7c7bb7 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -128,3 +128,7 @@ extlinks = {
autodoc_member_order = "groupwise"
autoclass_content = "class"
autosummary_generate = []
+
+# -- Options for mathjax -----------------------------------------------------
+mathjax_path='file:///usr/share/javascript/mathjax/MathJax.js'
+
|