We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca333b8 commit a7d122dCopy full SHA for a7d122d
1 file changed
.readthedocs.yaml
@@ -0,0 +1,17 @@
1
+# .readthedocs.yaml
2
+version: 2
3
+
4
+# Set the OS and Python version
5
+build:
6
+ os: ubuntu-22.04
7
+ tools:
8
+ python: "3.12"
9
10
+# Build documentation in the "docs/" directory with Sphinx
11
+sphinx:
12
+ configuration: docs/conf.py
13
14
+# Declare the Python requirements required to build the documentation
15
+python:
16
+ install:
17
+ - requirements: requirements-dev.txt
0 commit comments