Skip to content

Commit a368700

Browse files
committed
build docs on ubuntu 24.04 w/python 3.12
1 parent 9652af1 commit a368700

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ sphinx:
99
configuration: docs/source/conf.py
1010

1111
build:
12-
os: ubuntu-22.04
12+
os: ubuntu-24.04
1313
tools:
14-
python: "3.11"
14+
python: "3.13"
1515
jobs:
16-
pre_build:
16+
post_create_environment:
1717
- pip install poetry
18+
post_install:
1819
- poetry install --with sphinx

0 commit comments

Comments
 (0)