Skip to content

Commit b78f3d2

Browse files
committed
Update RTD for pixi
1 parent ebdc125 commit b78f3d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.readthedocs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ sphinx:
66

77
build:
88
os: ubuntu-lts-latest
9+
tools:
10+
# just so RTD stops complaining
11+
python: "latest"
912
jobs:
1013
create_environment:
1114
- asdf plugin add pixi
@@ -18,6 +21,9 @@ build:
1821
- git update-index --assume-unchanged doc/conf.py ci/requirements/doc.yml
1922
install:
2023
- pixi install -e doc
24+
build:
25+
html:
26+
- BUILDDIR=$READTHEDOCS_OUTPUT pixi run -e doc make html
2127

2228
formats:
2329
- htmlzip

0 commit comments

Comments
 (0)