##// END OF EJS Templates
fix mathjax download url to new GitHub format
ahmadia -
Show More
@@ -164,7 +164,7 b" def install_mathjax(tag='v2.2', dest=default_dest, replace=False, file=None, ext"
164 164
165 165 if file is None:
166 166 # download mathjax
167 mathjax_url = "https://github.com/mathjax/MathJax/tarball/%s" % tag
167 mathjax_url = "https://github.com/mathjax/MathJax/archive/%s.tar.gz" %tag
168 168 print "Downloading mathjax source from %s" % mathjax_url
169 169 response = urllib2.urlopen(mathjax_url)
170 170 file = response.fp
General Comments 0
You need to be logged in to leave comments. Login now