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

Gordon Ball chronitis-guest at moszumanska.debian.org
Sun Sep 17 21:08:59 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 27916bab427e8efca27e4d384c2bf29971eeb438
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 0362a41..692fc68 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -343,6 +343,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