diff options
| author | Alice Ryhl <aliceryhl@google.com> | 2025-06-16 17:03:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-16 17:03:33 +0200 |
| commit | 808d16c536845fdbae31825d7c7e05ef47b82358 (patch) | |
| tree | 072fdecb7a75d3bf1f98b8134093e50e751eac1c /src/doc | |
| parent | d16e1a1452b7c2abef7743959d3507101fa910b7 (diff) | |
| download | rust-808d16c536845fdbae31825d7c7e05ef47b82358.tar.gz rust-808d16c536845fdbae31825d7c7e05ef47b82358.zip | |
Use stage 1 for building docs
Diffstat (limited to 'src/doc')
| -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 |
