Use Debian packaged mathjax
authorAndreas Tille <tille@debian.org>
Thu, 7 May 2020 10:57:06 +0000 (11:57 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Thu, 7 May 2020 10:57:06 +0000 (11:57 +0100)
Gbp-Pq: Name mathjax-path.patch

doc/source/conf.py

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