[Python-modules-commits] [jupyter-notebook] 03/08: Use local MathJax in documentation

Gordon Ball chronitis-guest at moszumanska.debian.org
Thu Oct 27 15:40:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

chronitis-guest pushed a commit to branch master
in repository jupyter-notebook.

commit c1d77748a9887228746fe7467464ccec38cca8f5
Author: Gordon Ball <gordon at chronitis.net>
Date:   Thu Oct 27 17:20:12 2016 +0200

    Use local MathJax in documentation
---
 docs/source/conf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index d32d0da..238a0c4 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -332,3 +332,5 @@ intersphinx_mapping = {
     'nbformat': ('http://nbformat.readthedocs.org/en/latest/', None),
     'jupyter': ('http://jupyter.readthedocs.org/en/latest/', None),
 }
+
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax/js?config=TeX-AMD-MML_HTMLorMML'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-notebook.git



More information about the Python-modules-commits mailing list