Skip to content

Commit 814f4d2

Browse files
author
Luke Robison
committed
RTD: use ubuntu-22.04 as ReadTheDoc build OS
urllib3 requires an OS with newer version of OpenSSL. See: urllib3/urllib3#2168 Signed-off-by: Luke Robison <lrbison@amazon.com>
1 parent 9216ad4 commit 814f4d2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.readthedocs.yaml

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

8+
# Currently, RTD needs to select an OS with OpenSSL>=1.1.1 because of
9+
# urllib3's dependence on that system library. (alternately, pin urllib3<2
10+
# See https://github.com/urllib3/urllib3/issues/2168
11+
build:
12+
os: ubuntu-22.04
13+
tools:
14+
python: "3.10"
15+
816
# Build documentation in the docs/ directory with Sphinx
917
sphinx:
1018
configuration: docs/conf.py

0 commit comments

Comments
 (0)