File: 0003-Use-local-mathjax.patch

package info (click to toggle)
satpy 0.55.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 38,432 kB
  • sloc: python: 89,849; xml: 820; makefile: 150; javascript: 23
file content (19 lines) | stat: -rw-r--r-- 593 bytes parent folder | download
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'