From: Debian Science Team Date: Mon, 21 Oct 2024 18:43:11 +0000 (+0100) Subject: Use Debian packaged mathjax X-Git-Tag: archive/raspbian/2.2.3+dfsg-7+rpi1~1^2~35 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=af79cf340dea59825bec8d032fca4a0db5317712;p=pandas.git Use Debian packaged mathjax Author: Andreas Tille Forwarded: not-needed Gbp-Pq: Name mathjax-path.patch --- 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