File: patch-conf.py-in-order-to-use-the-locall

package info (click to toggle)
ufo-filters 0.16.0.159.g483ce16-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,740 kB
  • sloc: ansic: 31,832; lisp: 4,297; cpp: 190; python: 159; makefile: 134; sh: 26
file content (18 lines) | stat: -rw-r--r-- 515 bytes parent folder | download
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'