Skip to content

Commit a574052

Browse files
authored
Merge pull request #454 from adafruit/dhalbert-patch-1
Update .readthedocs.yaml to include os
2 parents c4faa50 + 9b9f6d9 commit a574052

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.readthedocs.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
1+
# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
22
#
33
# SPDX-License-Identifier: Unlicense
44

@@ -8,8 +8,12 @@
88
# Required
99
version: 2
1010

11+
build:
12+
os: ubuntu-22.04
13+
tools:
14+
python: "3"
15+
1116
python:
12-
version: "3.6"
1317
install:
1418
- requirements: docs/requirements.txt
1519
- requirements: requirements.txt

0 commit comments

Comments
 (0)