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

package info (click to toggle)
ufo-filters 0.17.0.76.g691aa0e%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,140 kB
  • sloc: ansic: 36,059; lisp: 5,416; python: 490; cpp: 190; makefile: 136; sh: 121
file content (18 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (2)
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'