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 6f8c9e5 commit 59e78b9Copy full SHA for 59e78b9
.readthedocs.yaml
@@ -0,0 +1,21 @@
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
+mkdocs:
9
+ configuration: mkdocs.yml
10
11
+build:
12
+ os: ubuntu-22.04
13
+ tools:
14
+ python: "3.12"
15
16
+python:
17
+ install:
18
+ - method: pip
19
+ path: .
20
+ extra_requirements:
21
+ - docs
0 commit comments