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