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 56f7c3b commit ad9f999Copy full SHA for ad9f999
.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
+
4
+version: 2
5
6
+build:
7
+ os: ubuntu-22.04
8
+ tools:
9
+ python: "3.12"
10
11
+# Build documentation in the "docs/" directory with Sphinx
12
+sphinx:
13
+ configuration: docs/source/conf.py
14
15
+python:
16
+ install:
17
+ - requirements: docs/requirements.txt
0 commit comments