Skip to content

Commit 9e58af2

Browse files
authored
[docs] Fix incorrect command (#11630)
build/html get moved into _docs, update related document.
1 parent 9ff2a5e commit 9e58af2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,14 @@ This folder contains the source of TVM's documentation, hosted at https://tvm.ap
6060
# work on most environments (e.g. MacOS).
6161
export TVM_TUTORIAL_EXEC_PATTERN=none
6262

63+
cd docs
6364
make html
6465
```
6566

6667
4. Run an HTTP server and visit http://localhost:8000 in your browser
6768

6869
```bash
69-
cd docs/_build/html && python3 -m http.server
70+
cd _build/html && python3 -m http.server
7071
```
7172

7273
## Only Execute Specified Tutorials

0 commit comments

Comments
 (0)