mathjax-path
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Sun, 10 Nov 2019 16:35:41 +0000 (16:35 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Sun, 10 Nov 2019 16:35:41 +0000 (16:35 +0000)
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