We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1725a2 + 6fb1729 commit 4706bfcCopy full SHA for 4706bfc
mkdocs.yml
@@ -8,7 +8,7 @@ repo_url: https://github.com/apachecn/pytorch-doc-zh
8
theme:
9
name: material
10
custom_dir: themes_material
11
- logo: https://data.apachecn.org/img/logo/logo_green.png
+ logo: https://data.dafeiyang.cn/images/logo/logo_green.webp
12
locale: zh_CN
13
analytics:
14
gtag: G-8DP4GX97XY
@@ -48,7 +48,6 @@ markdown_extensions:
48
49
extra_javascript:
50
# - javascripts/mathjax.js
51
- - https://polyfill.io/v3/polyfill.min.js?features=es6
52
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
53
54
nav:
run_daily.sh
@@ -14,3 +14,4 @@ do
done
15
16
echo "$(date) The sum is: $sum"
17
+
themes_material
0 commit comments