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 b1ae597 commit 5d97a82Copy full SHA for 5d97a82
.readthedocs.yaml
@@ -0,0 +1,18 @@
1
+# https://docs.readthedocs.io/en/stable/config-file/v2.html#supported-settings
2
+# https://www.maturin.rs/sphinx#read-the-docs-integration
3
+
4
+version: 2
5
6
+sphinx:
7
+ builder: html
8
9
+build:
10
+ os: "ubuntu-22.04"
11
+ tools:
12
+ python: "3.9"
13
+ rust: "1.75"
14
15
+python:
16
+ install:
17
+ - method: pip
18
+ path: .
0 commit comments