File: deb_localmathjax

package info (click to toggle)
nibabel 5.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 69,196 kB
  • sloc: python: 39,827; makefile: 276; ansic: 202; sh: 99
file content (15 lines) | stat: -rw-r--r-- 513 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Yaroslav O. Halchenko
Last-Update: 2015-11-02 11:35:58 -0500
Description: Use Debian packaged MathJax

--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -254,7 +254,7 @@
 # Output file base name for HTML help builder.
 htmlhelp_basename = 'nibabeldoc'
 
-mathjax_path = 'https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js'
 
 # -- Options for LaTeX output -------------------------------------------------