Skip to content

Commit d5d50ad

Browse files
committed
Prefer local CSS to remote
1 parent a96ff3b commit d5d50ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/doc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ impl Step for Standalone {
411411
if filename == "not_found.md" {
412412
cmd.arg("--markdown-no-toc")
413413
.arg("--markdown-css")
414-
.arg("https://doc.rust-lang.org/rust.css");
414+
.arg("rust.css");
415415
} else {
416416
cmd.arg("--markdown-css").arg("rust.css");
417417
}

0 commit comments

Comments
 (0)