It provides MathJax as a web service in a distributed cloud. Signed-off-by: Michael J Gruber <[email protected]> --- manual/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/manual/conf.py b/manual/conf.py index 30e12e5..b4d4127 100644 --- a/manual/conf.py +++ b/manual/conf.py @@ -226,5 +226,5 @@ man_pages = [ # -- Other options ------------------------------------------------------------ -mathjax_path = 'http://mathjax.connectmv.com/MathJax.js?config=default' +mathjax_path = 'http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=default' todo_include_todos = True -- 1.7.10.1.702.g60a8c8a ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ PyX-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-devel
