Skip to content

Commit e05a5ec

Browse files
committed
Fix doc build
1 parent 17cf5ac commit e05a5ec

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44
version: 2
55

66
build:
7-
os: ubuntu-22.04
7+
os: ubuntu-24.04
88
tools:
9-
python: "3.12"
9+
python: "3.14"
1010
jobs:
11-
pre_install:
12-
- pip install poetry==1.7.1
13-
- poetry export --only docs --without-hashes -o requirements.txt
14-
15-
python:
16-
install:
17-
- requirements: requirements.txt
11+
post_install:
12+
- pip install "poetry>=2,<3"
13+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --only docs
1814

1915
sphinx:
2016
configuration: docs/conf.py

0 commit comments

Comments
 (0)