From: Debian Science Team Date: Sun, 22 Jan 2023 11:54:30 +0000 (+0000) Subject: Use Debian packaged mathjax X-Git-Tag: archive/raspbian/1.5.3+dfsg-2+rpi1~1^2~23 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=34ebb2ef80cbd573ed08dcaf59c0915c4594d2f8;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 e7386121..766e7cbb 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