Skip to content

Commit 864c0fb

Browse files
authored
Merge pull request #1053 from adafruit/dhalbert-patch-1
update ReadTheDocs build to ubuntu-lts-latest and general Python 3, not a specific python version
2 parents f799653 + b110e20 commit 864c0fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ sphinx:
1212
configuration: docs/conf.py
1313

1414
build:
15-
os: "ubuntu-20.04"
15+
os: "ubuntu-lts-latest"
1616
tools:
17-
python: "3.7"
17+
python: "3"
1818
apt_packages:
1919
- python3-dev
2020

0 commit comments

Comments
 (0)