Skip to content

Commit 25abfeb

Browse files
authored
Merge pull request #810 from Hugovdberg/fix_rtd
fix: more changes to readthedocs.yml
2 parents 771629d + 6b38618 commit 25abfeb

File tree

3 files changed

+1578
-70
lines changed

3 files changed

+1578
-70
lines changed

.readthedocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ build:
77
- asdf plugin add pixi
88
- asdf install pixi latest
99
- asdf global pixi latest
10-
- pixi run build-docs
10+
- pixi install -e docs
1111
- mkdir -p $READTHEDOCS_OUTPUT/html/
12-
- cp -r docs/_build/html/** $READTHEDOCS_OUTPUT/html/
12+
- pixi task ls
13+
- pixi run build-docs $READTHEDOCS_OUTPUT/html/
1314

1415
formats: all
1516

0 commit comments

Comments
 (0)