We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f91fce commit c99068dCopy full SHA for c99068d
.readthedocs.yaml
@@ -0,0 +1,24 @@
1
+
2
3
+# Read the Docs configuration file
4
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
5
6
+# Required
7
+version: 2
8
9
+# Set the OS, Python version, and other tools you might need
10
+build:
11
+ os: ubuntu-24.04
12
+ tools:
13
+ python: "3.13"
14
15
+# Build documentation in the "docs/" directory with Sphinx
16
+sphinx:
17
+ configuration: docs/conf.py
18
19
+ # Optionally, but recommended,
20
+ # declare the Python requirements required to build your documentation
21
+ # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
22
+ # python:
23
+ # install:
24
+ # - requirements: docs/requirements.txt
0 commit comments