Skip to content

Commit 65b4d20

Browse files
committed
[DEVOPS-693] NO_COLOR has no effect. Now pipe to sed
1 parent bc8eae3 commit 65b4d20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ build:
3131

3232
build:
3333
html:
34-
- NO_COLOR=1 pixi run --frozen build-docs html $READTHEDOCS_OUTPUT
34+
- pixi run --frozen build-docs html $READTHEDOCS_OUTPUT | sed 's/\\x1b\\[[0-9;]*m//g'
3535
- mv $READTHEDOCS_OUTPUT/_build/html/ $READTHEDOCS_OUTPUT/

0 commit comments

Comments
 (0)