File: 0002-use-local-mathjax.patch

package info (click to toggle)
pytables 3.10.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,228 kB
  • sloc: ansic: 82,212; python: 65,296; cpp: 753; sh: 394; makefile: 100
file content (21 lines) | stat: -rw-r--r-- 616 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: Thu, 29 Jun 2017 05:31:26 +0000
Subject: use local mathjax

Forwarded: not-needed
---
 doc/source/conf.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/source/conf.py b/doc/source/conf.py
index 34445da..f7c7bb7 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -128,3 +128,7 @@ extlinks = {
 autodoc_member_order = "groupwise"
 autoclass_content = "class"
 autosummary_generate = []
+
+# -- Options for mathjax -----------------------------------------------------
+mathjax_path='file:///usr/share/javascript/mathjax/MathJax.js'
+