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'
|