aboutsummaryrefslogtreecommitdiff
path: root/.run/src/bin/doc.ps1
diff options
context:
space:
mode:
Diffstat (limited to '.run/src/bin/doc.ps1')
-rw-r--r--.run/src/bin/doc.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/.run/src/bin/doc.ps1 b/.run/src/bin/doc.ps1
index eec3dc5..731168c 100644
--- a/.run/src/bin/doc.ps1
+++ b/.run/src/bin/doc.ps1
@@ -1,4 +1,4 @@
-cargo doc `
+$env:RUSTDOCFLAGS="--html-in-header mingling/arborium-header.html"; cargo doc `
--manifest-path mingling/Cargo.toml `
--no-deps `
--features docs_rs,core,macros,builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros,pathf `