File: 0003-Fix-mathjax-path.patch

package info (click to toggle)
pyresample 1.34.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 34,800 kB
  • sloc: python: 20,325; cpp: 463; makefile: 105
file content (21 lines) | stat: -rw-r--r-- 656 bytes parent folder | download
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: Sun, 26 Sep 2021 06:38:12 +0000
Subject: Fix mathjax path

Forwarded: not-needed
---
 docs/source/conf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index eeee149..9450bd5 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -242,6 +242,7 @@ html_static_path = ['_static']
 # Output file base name for HTML help builder.
 htmlhelp_basename = 'pyresampledoc'
 
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
 
 # -- Options for LaTeX output --------------------------------------------