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 aaf0ab5 commit 9c84f15Copy full SHA for 9c84f15
.readthedocs.yaml
@@ -0,0 +1,14 @@
1
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
2
+
3
+# Required
4
+version: 2
5
6
+# Set the OS, Python version and other tools you might need
7
+build:
8
+ os: ubuntu-22.04
9
+ tools:
10
+ python: "3.12"
11
12
+# Build documentation in the "docs/" directory with Sphinx
13
+sphinx:
14
+ configuration: docs/conf.py
0 commit comments