File: local-mathjax.patch

package info (click to toggle)
nipy 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,372 kB
  • sloc: python: 39,094; ansic: 30,931; makefile: 211; sh: 93
file content (20 lines) | stat: -rw-r--r-- 616 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Stuart Prescott <stuart@debian.org>
Date: Tue, 9 Sep 2025 16:03:52 +0200
Subject: Use mathjax package

Forwarded: not-needed
Last-Updated: 2020-01-31
---
 doc/conf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/conf.py b/doc/conf.py
index 6a9fda0..8c06683 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -241,3 +241,5 @@ doctest_default_flags = (_sedd.ELLIPSIS | _sedd.IGNORE_EXCEPTION_DETAIL |
 # https://github.com/scikit-image/scikit-image/pull/1356
 numpydoc_show_class_members = False
 numpydoc_class_members_toctree = False
+
+mathjax_path = 'mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'