We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85aec2c commit d95a08eCopy full SHA for d95a08e
1 file changed
.readthedocs.yaml
@@ -0,0 +1,18 @@
1
+# Read the Docs configuration file
2
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
+
4
+version: 2
5
6
+build:
7
+ os: ubuntu-22.04
8
+ tools:
9
+ python: "3.12"
10
11
+sphinx:
12
+ configuration: docs/source/conf.py
13
14
+python:
15
+ install:
16
+ - requirements: docs/requirements.txt
17
+ - method: pip
18
+ path: .
0 commit comments