We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9216ad4 + 814f4d2 commit 479c746Copy full SHA for 479c746
.readthedocs.yaml
@@ -5,6 +5,14 @@
5
# Required
6
version: 2
7
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
+
16
# Build documentation in the docs/ directory with Sphinx
17
sphinx:
18
configuration: docs/conf.py
0 commit comments