Skip to content

Commit

Permalink
Update .readthedocs.yaml: Use latest Ubuntu and Python versions (#327)
Browse files Browse the repository at this point in the history
Use latest Ubuntu and Python versions for Readthedocs. These are faster and throw more detailed errors if anything goes wrong.
  • Loading branch information
EwoutH authored Jul 13, 2024
1 parent fa284a9 commit 45e1aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ version: 2
build:
apt_packages:
- libspatialindex-dev
os: ubuntu-20.04
os: ubuntu-lts-latest
tools:
python: "3.11"
python: latest

# Build documentation in the docs/source directory with Sphinx
sphinx:
Expand Down

0 comments on commit 45e1aaf

Please sign in to comment.