Skip to content

Commit c9888a8

Browse files
Update .readthedocs.yml
1 parent ad5cb6b commit c9888a8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.readthedocs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
version: 2
22

33
build:
4-
os: ubuntu-lts-latest
4+
os: ubuntu-24.04
55
tools:
6-
python: 'latest'
6+
python: '3.13'
77

88
jobs:
99
pre_create_environment:
1010
- asdf plugin add uv
1111
- asdf install uv latest
1212
- asdf global uv latest
13+
1314
create_environment:
1415
- cd docs
1516
- uv venv
@@ -21,9 +22,9 @@ build:
2122
build:
2223
html:
2324
- cd docs
24-
- uv run zensical build --clean
25+
- uv run zensical build --clean
2526

2627
post_build:
2728
- cd docs
2829
- mkdir -p $READTHEDOCS_OUTPUT/html/
29-
- cp --recursive site/* $READTHEDOCS_OUTPUT/html/
30+
- cp -r site/* $READTHEDOCS_OUTPUT/html/

0 commit comments

Comments
 (0)