File: use-debian-javascript.patch

package info (click to toggle)
harp 1.28-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 56,844 kB
  • sloc: xml: 475,889; ansic: 174,427; sh: 4,898; yacc: 2,186; javascript: 1,510; python: 1,148; makefile: 655; lex: 591
file content (23 lines) | stat: -rw-r--r-- 653 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: For privacy, use Debian local javascript files, not
 cloud resources.
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2019-10-24
Forwarded: not-needed

--- a/doc/conf.py
+++ b/doc/conf.py
@@ -33,6 +33,8 @@
     'breathe',
 ]
 
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+
 breathe_projects = { "libharp": "xml" }
 breathe_default_projects = "libharp"
 
@@ -312,3 +314,5 @@
 # If true, do not generate a @detailmenu in the "Top" node's menu.
 #texinfo_no_detailmenu = False
 
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+