Skip to content

Commit ea3e3db

Browse files
authored
fix(docs): Fix readthedocs build failures (#2046)
fix(docs): Use new readthedocs config References: - urllib3/urllib3#2168 - readthedocs/readthedocs.org#10290 - https://docs.readthedocs.io/en/stable/config-file/v2.html#legacy-build-specification Signed-off-by: BobDotCom <[email protected]>
1 parent b4a1bc9 commit ea3e3db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.readthedocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@ version: 2
22
formats: []
33

44
build:
5-
image: latest
5+
os: ubuntu-22.04
6+
tools:
7+
python: "3.8"
68

79
sphinx:
810
configuration: docs/conf.py
911
fail_on_warning: false
1012
builder: html
1113

1214
python:
13-
version: "3.8"
1415
install:
1516
- method: pip
1617
path: .

0 commit comments

Comments
 (0)