Skip to content

Commit 479c746

Browse files
authored
Merge pull request #11655 from lrbison/rtd_fix
RTD: use ubuntu-22.04 as ReadTheDoc build OS
2 parents 9216ad4 + 814f4d2 commit 479c746

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)