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 7510f1e commit 6bd8746Copy full SHA for 6bd8746
.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
+version: 2
6
7
+build:
8
+ os: ubuntu-22.04
9
+ tools:
10
+ python: "3.10"
11
12
+sphinx:
13
+ configuration: docs/conf.py
14
15
+python:
16
+ install:
17
+ - requirements: requirements.txt
18
+ - method: pip
19
+ path: .
0 commit comments