Skip to content

Commit

Permalink
Rollup merge of #131067 - ismailarilik:fix-std-detect-links, r=albert…
Browse files Browse the repository at this point in the history
…larsan68

Fix std_detect links

This PR aims to fix this issue: #96506

Fixes #96506
  • Loading branch information
matthiaskrgr authored Oct 13, 2024
2 parents 05a2971 + 48df1ff commit 6bca11e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bootstrap/src/core/build_steps/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,10 @@ fn doc_std(
.arg("--target-dir")
.arg(&*target_dir.to_string_lossy())
.arg("-Zskip-rustdoc-fingerprint")
.arg("-Zrustdoc-map")
.rustdocflag("--extern-html-root-url")
.rustdocflag("std_detect=https://docs.rs/std_detect/latest/")
.rustdocflag("--extern-html-root-takes-precedence")
.rustdocflag("--resource-suffix")
.rustdocflag(&builder.version);
for arg in extra_args {
Expand Down

0 comments on commit 6bca11e

Please sign in to comment.