mathjax-path
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Sat, 20 Jan 2018 09:00:31 +0000 (09:00 +0000)
committerMo Zhou <cdluminate@gmail.com>
Sat, 20 Jan 2018 09:00:31 +0000 (09:00 +0000)
Gbp-Pq: Name mathjax-path.patch

doc/source/conf.py

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