File: sphinx-local-mathjax.patch

package info (click to toggle)
python-bumps 1.0.0b2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,144 kB
  • sloc: python: 23,941; xml: 493; ansic: 373; makefile: 209; sh: 91; javascript: 90
file content (15 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Switch to local mathjax for documentation
Author: Stuart Prescott <stuart@debian.org>
Forwarded: not-needed

--- a/doc/conf.py
+++ b/doc/conf.py
@@ -223,6 +223,8 @@
 
 program_title = "Bumps: Curve Fitting and Uncertainty Analysis"
 
+mathjax_path = '/usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+
 # -- Options for LaTeX output --------------------------------------------------
 
 # The paper size ('letter' or 'a4').