File: local-mathjax.patch

package info (click to toggle)
flint 3.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 66,284 kB
  • sloc: ansic: 882,332; asm: 14,605; python: 5,244; sh: 4,463; lisp: 2,621; makefile: 777; cpp: 341
file content (15 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: use the local mathjax version
Author: Julien Puydt
Forwarded: not-needed

--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -19,6 +19,8 @@
 sys.path.append(os.path.abspath("."))
 sys.path.append(os.path.abspath('../../src/python'))
 
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js'
+
 # -- Project information -----------------------------------------------------
 
 project = u'FLINT'