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.
1 parent d208cfb commit bcb31f0Copy full SHA for bcb31f0
.readthedocs.yaml
@@ -0,0 +1,19 @@
1
+# .readthedocs.yaml
2
+# Read the Docs configuration file
3
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
+
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
19
+ fail_on_warning: true
0 commit comments