Skip to content

Commit

Permalink
readthedocs: use an Ubuntu 22.04 image for modern OpenSSL
Browse files Browse the repository at this point in the history
Ticket: OISF#6059
  • Loading branch information
jasonish committed May 9, 2023
1 parent 809aebf commit 15acfde
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ version: 2

formats: all

python:
version: "3.8"
# Use an image with modern OpenSSL.
build:
os: ubuntu-22.04
tools:
python: "3.10"

python:
# Use an empty install section to avoid RTD from picking up a non-python
# requirements.txt file.
install: []

0 comments on commit 15acfde

Please sign in to comment.