diff options
| author | nora <48135649+Noratrieb@users.noreply.github.com> | 2025-06-16 19:45:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-16 19:45:23 +0200 |
| commit | 3edb332892bdcfa61028b9f96957296f6d8873ed (patch) | |
| tree | 072fdecb7a75d3bf1f98b8134093e50e751eac1c | |
| parent | d16e1a1452b7c2abef7743959d3507101fa910b7 (diff) | |
| parent | 808d16c536845fdbae31825d7c7e05ef47b82358 (diff) | |
| download | rust-3edb332892bdcfa61028b9f96957296f6d8873ed.tar.gz rust-3edb332892bdcfa61028b9f96957296f6d8873ed.zip | |
Merge pull request #2471 from Darksonn/patch-1
Use stage 1 for building docs
| -rw-r--r-- | src/doc/rustc-dev-guide/src/contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md index 0575de642ee..46d74b96734 100644 --- a/src/doc/rustc-dev-guide/src/contributing.md +++ b/src/doc/rustc-dev-guide/src/contributing.md @@ -364,7 +364,7 @@ To find documentation-related issues, use the [A-docs label]. You can find documentation style guidelines in [RFC 1574]. -To build the standard library documentation, use `x doc --stage 0 library --open`. +To build the standard library documentation, use `x doc --stage 1 library --open`. To build the documentation for a book (e.g. the unstable book), use `x doc src/doc/unstable-book.` Results should appear in `build/host/doc`, as well as automatically open in your default browser. See [Building Documentation](./building/compiler-documenting.md#building-documentation) for more |
