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: Sat, 17 Aug 2019 14:31:48 +0000
Subject: Use local mathjax
Forwarded: not-needed
---
docs/source/conf.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 89dd519..5b5737c 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -264,3 +264,7 @@ texinfo_documents = [
# How to display URL addresses: 'footnote', 'no', or 'inline'.
#texinfo_show_urls = 'footnote'
+
+# -- Options for mathjax -----------------------------------------------------
+mathjax_path='file:///usr/share/javascript/mathjax/MathJax.js'
+
|