File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55SPHINXOPTS =
66SPHINXBUILD = sphinx-build
77SOURCEDIR = source
8- BUILDDIR = SNNU-SDk -docs
8+ BUILDDIR = SNNU-SDK -docs
99
1010# Put it first so that "make" without argument is like "make help".
1111help :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if "%SPHINXBUILD%" == "" (
88 set SPHINXBUILD = sphinx-build
99)
1010set SOURCEDIR = source
11- set BUILDDIR = SNNU-SDk -docs
11+ set BUILDDIR = SNNU-SDK -docs
1212
1313if " %1 " == " " goto help
1414
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ git pull origin
99cd ..
1010pwd
1111ls
12- sudo cd SNNU-SDK-docs && sudo mkdir .git
13- sudo mv html/.git/ SNNU-SDK-docs/.git/
14- sudo cd SNNU-SDK-docs
12+ cd SNNU-SDK-docs && sudo mkdir .git
13+ cd .. && sudo mv html/.git/ SNNU-SDK-docs/.git/
14+ cd SNNU-SDK-docs
1515pwd
1616rm -rf doctrees
1717git config --global user.name " Qi Zhao"
You can’t perform that action at this time.
0 commit comments