File: mathjax-path

package info (click to toggle)
python-skbio 0.6.2-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 9,312 kB
  • sloc: python: 60,482; ansic: 672; makefile: 224
file content (22 lines) | stat: -rw-r--r-- 563 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Kevin Murray <spam@kdmurray.id.au>
Date: Mon, 30 Nov 2015 13:26:34 +1100
Subject: Set mathjax path to debian's copy

Forwarded: not-needed
---
 doc/source/conf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/source/conf.py b/doc/source/conf.py
index cc3f6e6..fa6a0b4 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -44,6 +44,8 @@ extensions = [
     'matplotlib.sphinxext.plot_directive'
 ]
 
+mathjax_path='MathJax.js'
+
 root_doc = 'index'
 templates_path = ['_templates']
 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']