huangzworks / SICP-answers

我的 SICP 解题集
http://sicp.readthedocs.org/
882 stars 183 forks source link

cdnjs.cloudflare.com 拖慢了页面速度 #65

Open picasso250 opened 4 years ago

picasso250 commented 4 years ago

MathJax使用了 cloudflare 的 CDN https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML 但是现在,此JS文件(在大陆)已经不可以访问。

可以在 conf.py 中增加

mathjax_path = 'https://cdn.rawgit.com/mathjax/MathJax/2.7.1/MathJax.js'

希望有人能提个pr

picasso250 commented 4 years ago

https://github.com/huangz1990/SICP-answers/pull/33