We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b0973 commit 6d38ab7Copy full SHA for 6d38ab7
1 file changed
.readthedocs.yml
@@ -0,0 +1,21 @@
1
+# .readthedocs.yml
2
+# Read the Docs configuration file
3
+
4
+# Details
5
+# - https://docs.readthedocs.com/platform/stable/config-file/v2.html
6
7
+# Required
8
+version: 2
9
10
+build:
11
+ os: "ubuntu-24.04"
12
+ tools:
13
+ python: "3.14"
14
15
+# Build documentation in the docs/source/ directory with Sphinx
16
+sphinx:
17
+ configuration: docs/source/conf.py
18
19
+python:
20
+ install:
21
+ - requirements: docs/requirements-docs.txt
0 commit comments