We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa1087 commit 2b5078aCopy full SHA for 2b5078a
.readthedocs.yaml
@@ -0,0 +1,18 @@
1
+# .readthedocs.yaml
2
+# Read the Docs configuration file
3
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
+
5
+# Required
6
+version: 2
7
8
+build:
9
+ os: ubuntu-22.04
10
+ tools:
11
+ python: "3.12"
12
13
+sphinx:
14
+ configuration: docs/conf.py
15
16
+python:
17
+ install:
18
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -0,0 +1,2 @@
+sphinx
+sphinx-rtd-theme
0 commit comments