From c982d0abcdc0af2013bf5b4ededebfa4a0738020 Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Sat, 29 Mar 2025 13:01:52 +0000 Subject: [PATCH] Use Debian packaged mathjax Author: Andreas Tille Forwarded: not-needed Gbp-Pq: Name mathjax-path.patch --- doc/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index d12957f2..9f47b733 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -71,6 +71,8 @@ extensions = [ "nbsphinx", ] +mathjax_path="MathJax.js" + exclude_patterns = [ "**.ipynb_checkpoints", # to ensure that include files (partial pages) aren't built, exclude them -- 2.30.2