mathjax-path
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Sun, 27 Oct 2019 11:38:37 +0000 (11:38 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Sun, 27 Oct 2019 11:38:37 +0000 (11:38 +0000)
Gbp-Pq: Name mathjax-path.patch

doc/source/conf.py

index d516e67b947ba0082c05face3a723c246362d8ad..1342d74951fcf9c1e2a179ab2ce7f1e946510fe8 100644 (file)
@@ -75,6 +75,8 @@ extensions = ['sphinx.ext.autodoc',
               'nbsphinx',
               ]
 
+mathjax_path='MathJax.js'
+
 exclude_patterns = ['**.ipynb_checkpoints']
 
 with open("index.rst") as f: