Skip to content

Commit 93d1d29

Browse files
committed
readthedocs: Specify build image
RTD docs build is failing because the default image has openssl that is incompatible with current urllib3: Specify a newer image. Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent 6433355 commit 93d1d29

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.readthedocs.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
# Required
66
version: 2
77

8+
# Without a build section we hit https://github.com/urllib3/urllib3/issues/2168
9+
# (the default image has openssl < 1.1.1)
10+
build:
11+
os: "ubuntu-22.04"
12+
tools:
13+
python: "3.11"
14+
815
# Build documentation with Sphinx
916
sphinx:
1017
builder: html

0 commit comments

Comments
 (0)