We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6590d commit 224970dCopy full SHA for 224970d
.readthedocs.yaml
@@ -0,0 +1,17 @@
1
+# Read the Docs configuration file for Sphinx projects
2
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
+version: 2
4
+
5
+build:
6
+ os: ubuntu-22.04
7
+ tools:
8
+ python: "3.12"
9
10
+sphinx:
11
+ builder: "dirhtml"
12
+ configuration: docs/conf.py
13
14
+# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
15
+python:
16
+ install:
17
+ - requirements: docs/requirements.txt
0 commit comments