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.
2 parents 5bc9412 + e9986fe commit 297a99fCopy full SHA for 297a99f
.readthedocs.yaml
@@ -0,0 +1,18 @@
1
+version: 2
2
+
3
+build:
4
+ os: ubuntu-22.04
5
6
+ tools:
7
+ python: "3.12"
8
9
10
+python:
11
+ install:
12
+ - requirements: docs/docs_requirements.txt
13
+ - method: pip
14
+ path: .
15
16
+sphinx:
17
18
+ configuration: docs/conf.py
docs/docs_requirements.txt
@@ -0,0 +1 @@
+sphinx_rtd_theme
0 commit comments