mathjax-path
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Fri, 20 Sep 2019 07:01:37 +0000 (08:01 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Fri, 20 Sep 2019 07:01:37 +0000 (08:01 +0100)
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: