We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdc125 commit b07bcaeCopy full SHA for b07bcae
.readthedocs.yaml
@@ -6,6 +6,9 @@ sphinx:
6
7
build:
8
os: ubuntu-lts-latest
9
+ tools:
10
+ # just so RTD stops complaining
11
+ python: "latest"
12
jobs:
13
create_environment:
14
- asdf plugin add pixi
@@ -15,9 +18,12 @@ build:
15
18
- (git --no-pager log --pretty="tformat:%s" -1 | grep -vqF "[skip-rtd]") || exit 183
16
19
- git fetch --unshallow || true
17
20
pre_install:
- - git update-index --assume-unchanged doc/conf.py ci/requirements/doc.yml
21
+ - git update-index --assume-unchanged doc/conf.py
22
install:
23
- pixi install -e doc
24
+ build:
25
+ html:
26
+ - BUILDDIR=$READTHEDOCS_OUTPUT pixi run -e doc make html
27
28
formats:
29
- htmlzip
0 commit comments