Skip to content

Commit 930ebe3

Browse files
authored
Fix: RTD (#3896)
Use a newer Ubuntu that ships a recent OpenSSL when building Sphinx with RTD. This migrates a broken dependency for urllib3 in version 3+.
1 parent 453c632 commit 930ebe3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.readthedocs.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@
44
#
55
# License: BSD-3-Clause-LBNL
66

7-
requirements_file: Docs/requirements.txt
7+
version: 2
8+
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.11"
13+
14+
sphinx:
15+
configuration: Docs/source/conf.py
16+
17+
python:
18+
install:
19+
- requirements: Docs/requirements.txt
820

921
formats:
1022
- htmlzip

0 commit comments

Comments
 (0)