备忘录

cd /d G:\docs_site
rmdir /s /q docs\build
sphinx-build -b html -E -a docs/source docs/build/html
start docs\build\html\index.html
sphinx-autobuild -a -E docs/source docs/build/html
cd /d G:\docs_site
git status
git add .
git commit -m "update notes"
git push
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890

111 待补充