Skip to content

Commit

Permalink
Update .readthedocs.yaml: Use latest Ubuntu and Python versions (#365)
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 29, 2024
1 parent b2d86bf commit 719c5e0
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 @@ -7,9 +7,9 @@ version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
os: ubuntu-lts-latest
tools:
python: "3"
python: latest

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

0 comments on commit 719c5e0

Please sign in to comment.