We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e0363 commit 37b0a10Copy full SHA for 37b0a10
src/bootstrap/doc.rs
@@ -458,7 +458,9 @@ impl Step for Std {
458
459
t!(fs::create_dir_all(&out));
460
461
- builder.ensure(SharedAssets { target: self.target });
+ if self.format == DocumentationFormat::HTML {
462
+ builder.ensure(SharedAssets { target: self.target });
463
+ }
464
465
let index_page = builder.src.join("src/doc/index.md").into_os_string();
466
let mut extra_args = match self.format {
0 commit comments