Skip to content

Commit 1979bce

Browse files
committed
build: drop the 'os' in RTD build
readthedocs expects a supported build.os configuration. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 87969a4 commit 1979bce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: 2
33

44
build:
5-
os: debian
5+
os: ubuntu-lts-latest
66
image: ghcr.io/linux-nvme/debian:latest
77
tools:
88
python: "3.11"

libnvme/.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: 2
33

44
build:
5-
os: debian
5+
os: ubuntu-lts-latest
66
image: ghcr.io/linux-nvme/debian:latest
77
tools:
88
python: "3.11"

0 commit comments

Comments
 (0)