1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Sun, 7 Nov 2021 09:41:57 +0000
Subject: Use local mathjax
Forwarded: not-needed
---
doc/source/conf.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 3fae35c..e3657e3 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -313,3 +313,5 @@ intersphinx_mapping = {
"pooch": ("https://www.fatiando.org/pooch/latest/", None),
"fsspec": ("https://filesystem-spec.readthedocs.io/en/latest/", None),
}
+
+mathjax_path='file:///usr/share/javascript/mathjax/MathJax.js'
|