File: mathjax.patch

package info (click to toggle)
python-cobra 0.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,428 kB
  • sloc: xml: 133,433; python: 10,115; makefile: 143; sh: 22
file content (17 lines) | stat: -rw-r--r-- 657 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Use local Mathjax.js
Author: Afif Elghraoui <afif@ghraoui.name>
Forwarded: no
Last-Update: 2015-06-20
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/documentation_builder/conf.py
+++ b/documentation_builder/conf.py
@@ -98,7 +98,7 @@ pygments_style = 'sphinx'
 
 # -- Options for HTML output --------------------------------------------------
 
-mathjax_path = 'https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+mathjax_path = '/usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
 
 # -- Options for LaTeX output --------------------------------------------------