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 afc700f commit 533d1f6Copy full SHA for 533d1f6
.readthedocs.yaml
@@ -0,0 +1,16 @@
1
+version: 2
2
+
3
+build:
4
+ os: ubuntu-24.04
5
+ tools:
6
+ python: "3.12"
7
8
+sphinx:
9
+ configuration: doc/conf.py
10
11
+# Optional but recommended, declare the Python requirements required
12
+# to build your documentation
13
+# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
14
+python:
15
+ install:
16
+ - requirements: docs/requirements.txt
0 commit comments