File: Use-system-mathjax.patch

package info (click to toggle)
python-hdf5storage 0.1.14-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 668 kB
  • ctags: 407
  • sloc: python: 3,188; makefile: 133
file content (22 lines) | stat: -rw-r--r-- 630 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Date: Tue, 16 Feb 2016 16:10:19 +0000
Subject: Use system mathjax.

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

diff --git a/doc/source/conf.py b/doc/source/conf.py
index 9be15f3..cf7ca6c 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -38,6 +38,9 @@ extensions = ['sphinx.ext.autodoc',
 	      'sphinx.ext.autosummary',
 	      'numpydoc']
 
+# Override required in order to use Debian's system mathjax
+mathjax_path = 'MathJax.js'
+
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']