Skip to content

Commit b07bcae

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.readthedocs.yaml

Lines changed: 7 additions & 1 deletion
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
@@ -15,9 +18,12 @@ build:
1518
- (git --no-pager log --pretty="tformat:%s" -1 | grep -vqF "[skip-rtd]") || exit 183
1619
- git fetch --unshallow || true
1720
pre_install:
18-
- git update-index --assume-unchanged doc/conf.py ci/requirements/doc.yml
21+
- git update-index --assume-unchanged doc/conf.py
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)