File: local-mathjax.patch

package info (click to toggle)
python-midiutil 1.2.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 412 kB
  • sloc: python: 2,131; makefile: 211; sh: 25
file content (13 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: use local MathJax
Author: IOhannes m zmölnig
Last-Update: 2017-06-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- python-midiutil.orig/documentation/conf.py
+++ python-midiutil/documentation/conf.py
@@ -341,3 +341,5 @@
 # If true, do not generate a @detailmenu in the "Top" node's menu.
 #
 # texinfo_no_detailmenu = False
+
+mathjax_path = 'MathJax.js'