File: use-system-mathjax.patch

package info (click to toggle)
python-dtcwt 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,408 kB
  • ctags: 651
  • sloc: python: 6,253; sh: 29; makefile: 13
file content (17 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: use system mathjax
 Avoid privacy breach warnings raised by Lintian
Author: Ghislain Antony Vaillant <ghisvail@gmail.com>
Forwarded: not-needed 
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -53,6 +53,8 @@
     'matplotlib.sphinxext.plot_directive',
 ]
 
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']