From b7fbda2b7ada0bd5b70c596e709a8b4187774c22 Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Sun, 7 Jul 2024 19:36:37 +0100 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 f5fa4c00..2e54c84b 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