1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Kevin Murray <spam@kdmurray.id.au>
Date: Mon, 30 Nov 2015 13:26:34 +1100
Subject: Set mathjax path to debian's copy
---
doc/source/conf.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 03e7774..a587142 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -134,6 +134,8 @@ extensions = [
'sphinx.ext.intersphinx'
]
+mathjax_path='MathJax.js'
+
# Determine if the matplotlib has a recent enough version of the
# plot_directive.
|