From a6a5ce4ea737cca7afafd699aa8cf73b4bf2cced Mon Sep 17 00:00:00 2001 From: Andreas Tille Date: Sun, 28 Jun 2020 21:47:22 +0100 Subject: [PATCH] Use Debian packaged mathjax Gbp-Pq: Name mathjax-path.patch --- doc/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2