1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca@debian.org>
Date: Thu, 24 Nov 2016 07:44:10 +0100
Subject: [patch] conf.py in order to use the locally installed mathjax
---
docs/conf.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/conf.py b/docs/conf.py
index e088d7b..a9cddaf 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -55,3 +55,5 @@ latex_documents = [
('index', 'ufo-filters.tex', u'UFO Tasks Reference',
u'Matthias Vogelgesang', 'manual'),
]
+
+mathjax_path='MathJax.js'
|