From: Debian Science Team Date: Mon, 7 Dec 2020 23:06:28 +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^2^2^2~23 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f9cc4256301c2aa9513a4efaaee8b97b41b9d7f2;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 ee0d4ca3..c7c9206b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -68,6 +68,8 @@ extensions = [ "contributors", # custom pandas extension ] +mathjax_path="MathJax.js" + exclude_patterns = ["**.ipynb_checkpoints"] try: import nbconvert