From: Debian Science Team Date: Tue, 11 Jan 2022 21:25:17 +0000 (+0000) Subject: Use Debian packaged mathjax X-Git-Tag: archive/raspbian/1.5.3+dfsg-2+rpi1~1^2^2^2^2^2^2^2^2~25 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d72fe6f1e79ebb8a7f9ae59e6569200ae5240791;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 8df048ce..452ca8fd 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -69,6 +69,8 @@ extensions = [ "contributors", # custom pandas extension ] +mathjax_path="MathJax.js" + exclude_patterns = [ "**.ipynb_checkpoints", # to ensure that include files (partial pages) aren't built, exclude them