Skip to content

Commit 38f01f1

Browse files
authored
Use stage 1 for building docs
1 parent 5975693 commit 38f01f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ To find documentation-related issues, use the [A-docs label].
364364

365365
You can find documentation style guidelines in [RFC 1574].
366366

367-
To build the standard library documentation, use `x doc --stage 0 library --open`.
367+
To build the standard library documentation, use `x doc --stage 1 library --open`.
368368
To build the documentation for a book (e.g. the unstable book), use `x doc src/doc/unstable-book.`
369369
Results should appear in `build/host/doc`, as well as automatically open in your default browser.
370370
See [Building Documentation](./building/compiler-documenting.md#building-documentation) for more

0 commit comments

Comments
 (0)