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(+)
Index: python-hdf5storage/doc/source/conf.py
===================================================================
--- python-hdf5storage.orig/doc/source/conf.py 2021-02-21 23:58:46.275670773 +0100
+++ python-hdf5storage/doc/source/conf.py 2021-02-21 23:58:46.267670364 +0100
@@ -37,6 +37,9 @@
'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']
|