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 52c67de..8f2929b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -64,3 +64,5 @@ latex_documents = [
bibtex_bibfiles = ['refs.bib']
bibtex_reference_style = 'author_year'
+
+mathjax_path='MathJax.js'
|