Skip to content

Commit c56def7

Browse files
author
Lukas Pühringer
authored
Merge pull request #2379 from jku/rtd-workaround
readthedocs: Specify build image
2 parents 6433355 + 93d1d29 commit c56def7

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)