File: 0005-use-debian-mathjax.js.patch

package info (click to toggle)
python-networkx 2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,128 kB
  • sloc: python: 65,077; makefile: 155
file content (20 lines) | stat: -rw-r--r-- 448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Sandro Tosi <morph@debian.org>
Date: Thu, 26 Apr 2018 22:10:42 -0400
Subject: use debian mathjax.js

---
 doc/conf.py | 3 +++
 1 file changed, 3 insertions(+)

--- a/doc/conf.py
+++ b/doc/conf.py
@@ -211,6 +211,9 @@ default_role = 'obj'
 
 numpydoc_show_class_members = False
 
+# Debian change, use local MathJax
+mathjax_path = 'MathJax.js'
+
 # Add the 'copybutton' javascript, to hide/show the prompt in code
 # examples
 def setup(app):