Skip to content

Commit 9e77e63

Browse files
Set build.os in .readthedocs.yml
This is now required, apparently. See: - readthedocs/readthedocs.org#8861 (comment) - readthedocs/readthedocs.org#8912 (cherry picked from commit JonathonReinhart/scuba@4b89e6e178)
1 parent 033d694 commit 9e77e63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# https://docs.readthedocs.io/en/stable/config-file/v2.html
22
version: 2
33

4+
build:
5+
os: "ubuntu-22.04"
6+
tools:
7+
python: "3.10"
8+
49
sphinx:
510
configuration: docs/conf.py
611

0 commit comments

Comments
 (0)