Skip to content

Commit 37a680e

Browse files
Build docs with python 3.13
1 parent d740849 commit 37a680e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ version: 2
33
build:
44
os: ubuntu-24.04
55
tools:
6-
python: "3.14"
6+
python: "3.13"
77
jobs:
88
# https://docs.readthedocs.com/platform/stable/build-customization.html#install-dependencies-with-uv
99
pre_create_environment:
1010
- asdf plugin add uv
1111
- asdf install uv latest
1212
- asdf global uv latest
13-
- uv python install 3.14
13+
- uv python install 3.13
1414
create_environment:
15-
- uv venv -p 3.14
15+
- uv venv -p 3.13
1616
install:
17-
- uv sync -p 3.14 --frozen --extra rhino --extra dxf --no-group dev --no-group lint --no-group test
17+
- uv sync -p 3.13 --frozen --extra rhino --extra dxf --no-group dev --no-group lint --no-group test
1818
build:
1919
html:
20-
- uv run -p 3.14 --no-sync sphinx-build -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
20+
- uv run -p 3.13 --no-sync sphinx-build -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)