mathjax-path
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Tue, 29 May 2018 13:50:59 +0000 (14:50 +0100)
committerGraham Inggs <ginggs@debian.org>
Tue, 29 May 2018 13:50:59 +0000 (14:50 +0100)
Gbp-Pq: Name mathjax-path.patch

doc/source/conf.py

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