From: Andreas Tille Date: Thu, 9 Apr 2020 03:11:32 +0000 (+0100) Subject: Use Debian packaged mathjax X-Git-Tag: archive/raspbian/0.25.3+dfsg2-2+rpi1~17 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cca52d02d8ae3b6f2c4d72b5b1be41d6aaf56ba6;p=pandas.git Use Debian packaged mathjax Gbp-Pq: Name mathjax-path.patch --- diff --git a/doc/source/conf.py b/doc/source/conf.py index 3ebc5d8b..fc007ff2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -67,6 +67,8 @@ extensions = [ "contributors", # custom pandas extension ] +mathjax_path="MathJax.js" + exclude_patterns = ["**.ipynb_checkpoints"] try: import nbconvert