[Python-modules-commits] [jupyter-notebook] 04/14: Use local MathJax in documentation

Gordon Ball chronitis-guest at moszumanska.debian.org
Sun Nov 12 20:26:14 UTC 2017


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 a02fd57228ac13d3dda7f4c3fe91d81d6739f170
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 b8249a8..8c8cd79 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -350,6 +350,8 @@ intersphinx_mapping = {
     'jupyter': ('https://jupyter.readthedocs.io/en/latest/', None),
 }
 
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax/js?config=TeX-AMD-MML_HTMLorMML'
+
 spelling_lang='en_US'
 spelling_word_list_filename='spelling_wordlist.txt'
 

-- 
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