File: packaged-mathjax.patch

package info (click to toggle)
python-multipletau 0.3.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 380 kB
  • sloc: python: 1,557; makefile: 15
file content (13 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Use packaged copy of MathJax
Author: Sebastian Ramacher <sramacher@debian.org>
Forwarded: not-needed
--- python-multipletau.orig/docs/conf.py
+++ python-multipletau/docs/conf.py
@@ -73,6 +73,7 @@
               ]
 
 
+mathjax_path = 'mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']