File: 0001-Use-local-mathjax.patch

package info (click to toggle)
pysph 1.0~b1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,052 kB
  • sloc: python: 56,578; makefile: 210; cpp: 206; sh: 165
file content (21 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (2)
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'
+