File: deb_localmathjax

package info (click to toggle)
nibabel 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 69,108 kB
  • sloc: python: 38,671; makefile: 270; sh: 224; ansic: 202
file content (15 lines) | stat: -rw-r--r-- 541 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
@@ -246,7 +246,7 @@ html_show_sourcelink = True
 # 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 -------------------------------------------------