Remove outdated build rustdoc --stage 1
It builds with stage 1 by default.
This commit is contained in:
parent
269158b77e
commit
e4a7be5779
|
|
@ -201,7 +201,7 @@ server. To test these features locally, you can run a local HTTP server, like
|
||||||
this:
|
this:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ./x.py doc library/std --stage 1
|
$ ./x.py doc library/std
|
||||||
# The documentation has been generated into `build/[YOUR ARCH]/doc`.
|
# The documentation has been generated into `build/[YOUR ARCH]/doc`.
|
||||||
$ python3 -m http.server -d build/[YOUR ARCH]/doc
|
$ python3 -m http.server -d build/[YOUR ARCH]/doc
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue