Skip to content

Commit 4d86d48

Browse files
committed
disable ascii colors in cargo tree
when generating doc from `cargo tree` output.
1 parent be38a2f commit 4d86d48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def run_mkdocs(session: nox.Session, cmd: str, *args: str):
4949
"--config-file",
5050
"docs/mkdocs.yml",
5151
*args,
52+
env={"CARGO_TERM_COLOR": "never"},
5253
)
5354

5455

0 commit comments

Comments
 (0)