Skip to content

Commit 0954ffa

Browse files
authored
Merge pull request #1618 from pypa/rtd-update
Update RtD config to include mandatory build.os option
2 parents 825d898 + 753cbd1 commit 0954ffa

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.readthedocs.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
33
version: 2
44

5-
mkdocs:
6-
configuration: mkdocs.yml
5+
build:
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.11"
79

810
python:
9-
version: 3.8
1011
install:
1112
- method: pip
1213
path: .
1314
extra_requirements:
1415
- docs
16+
17+
mkdocs:
18+
configuration: mkdocs.yml

0 commit comments

Comments
 (0)