Skip to content

Commit 5d97a82

Browse files
committed
Create .readthedocs.yaml
1 parent b1ae597 commit 5d97a82

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.readthedocs.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)