File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,14 @@ version: 2
8
8
# https://github.com/wemake-services/wemake-django-template/blob/master/.readthedocs.yml
9
9
build :
10
10
os : ubuntu-lts-latest
11
- tools :
12
- python : " 3.12"
13
- jobs :
14
- pre_create_environment :
15
- - asdf plugin add rye
16
- - asdf install rye 0.32
17
- - asdf global rye 0.32
18
- - rye config --set-bool behavior.global-python=true
19
- - rye config --set-bool behavior.use-uv=true
20
- post_install :
21
- - rye sync
11
+ commands :
12
+ - asdf plugin add rye
13
+ - asdf install rye latest
14
+ - asdf global rye latest
15
+ - rye config --set-bool behavior.global-python=true
16
+ - rye config --set-bool behavior.use-uv=true
17
+ - rye sync
18
+ - rye run sphinx-build ./docs $READTHEDOCS_OUTPUT/html
22
19
23
20
# Build documentation in the docs/ directory with Sphinx
24
21
sphinx :
You can’t perform that action at this time.
0 commit comments