diff --git a/requirements.txt b/requirements.txt index b22584c..2a34b8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,6 @@ Babel==2.9.1 certifi==2019年6月16日 chardet==3.0.4 docutils==0.14 -idna==2.8 imagesize==1.1.0 Jinja2==2.11.3 livereload==2.6.1 @@ -15,8 +14,8 @@ port-for==0.3.1 Pygments==2.7.4 pyparsing==2.4.0 pytz==2019.1 -PyYAML==5.4 -requests==2.22.0 +PyYAML==6.0.1 +#requests==2.32.3 six==1.12.0 snowballstemmer==1.9.0 Sphinx==2.1.2 @@ -29,7 +28,7 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.2 sphinxcontrib-serializinghtml==1.1.3 tornado==6.0.3 -urllib3==1.26.5 +#urllib3==2.2.2 watchdog==0.9.0 sphinxcontrib-disqus==1.1.0 sphinxcontrib-applehelp==1.0.1 diff --git a/source/_static/js/baidutongji.js b/source/_static/js/baidutongji.js index 0a7873f..dd5ee36 100644 --- a/source/_static/js/baidutongji.js +++ b/source/_static/js/baidutongji.js @@ -1,7 +1,7 @@ var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); - hm.src = "https://hm.baidu.com/hm.js?26ee367cf320d48d046542295cdb0dad"; + hm.src = "https://hm.baidu.com/hm.js?f15534298fc176a5524b6da87883f37f"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); diff --git a/source/conf.py b/source/conf.py index 62b302b..f3f5908 100644 --- a/source/conf.py +++ b/source/conf.py @@ -100,7 +100,7 @@ sys.path.append(os.path.abspath(_exts)) html_js_files = [ - 'js/readmore.js', +# 'js/readmore.js', 'js/baidutongji.js', ]