Skip to content

Commit bc990aa

Browse files
MAINT: Reduce Pixi RAM usage in RTD (#11177)
Fixes #11175
1 parent a2c5464 commit bc990aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build:
1818
- (git --no-pager log --pretty="tformat:%s" -1 | grep -vqF "[skip-rtd]") || exit 183
1919
- git fetch --unshallow || true
2020
install:
21-
- pixi install -e doc
21+
- pixi install --concurrent-solves 2 -e doc
2222
build:
2323
html:
2424
- pixi run doc BUILDDIR=$READTHEDOCS_OUTPUT

0 commit comments

Comments
 (0)