Skip to content

Commit a35c608

Browse files
authored
Migrate .readthedocs.yml to use build.os (#1258)
Since build.image is being deprecated[0], this changes the config to use the new format. [0]: https://blog.readthedocs.com/use-build-os-config/
1 parent 0e78828 commit a35c608

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.readthedocs.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
version: 2
22

33
build:
4-
image: "7.0"
5-
6-
python:
7-
version: "3"
8-
install:
9-
- method: pip
10-
path: .
11-
extra_requirements:
12-
- docs
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "3"
7+
jobs:
8+
post_install:
9+
- pip install .[docs]

0 commit comments

Comments
 (0)