Skip to content

Commit 45e1aaf

Browse files
authored
Update .readthedocs.yaml: Use latest Ubuntu and Python versions (#327)
Use latest Ubuntu and Python versions for Readthedocs. These are faster and throw more detailed errors if anything goes wrong.
1 parent fa284a9 commit 45e1aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .readthedocs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ version: 2
99
build:
1010
apt_packages:
1111
- libspatialindex-dev
12-
os: ubuntu-20.04
12+
os: ubuntu-lts-latest
1313
tools:
14-
python: "3.11"
14+
python: latest
1515

1616
# Build documentation in the docs/source directory with Sphinx
1717
sphinx:

0 commit comments

Comments
 (0)