Use Debian packaged mathjax
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Wed, 26 Aug 2020 21:34:50 +0000 (22:34 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Wed, 26 Aug 2020 21:34:50 +0000 (22:34 +0100)
Author: Andreas Tille <tille@debian.org>
Forwarded: not-needed

Gbp-Pq: Name mathjax-path.patch

doc/source/conf.py

index 2db09841db2f8dcd40cc4c10ff9e56bc7d2ab590..b238a35702b824d097bca3f86f64be775a570250 100644 (file)
@@ -67,6 +67,8 @@ extensions = [
     "contributors",  # custom pandas extension
 ]
 
+mathjax_path="MathJax.js"
+
 exclude_patterns = ["**.ipynb_checkpoints"]
 try:
     import nbconvert