From: Debian Science Team Date: Sun, 10 Nov 2019 16:35:41 +0000 (+0000) Subject: mathjax-path X-Git-Tag: archive/raspbian/0.25.3+dfsg2-2+rpi1~1^2^2^2~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eb599353bb7a6c09be1b7c8509960cec90129186;p=pandas.git mathjax-path 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