Skip to content

Commit 377dba7

Browse files
committed
DOC: Add .readthedocs.yml
1 parent 67e6e72 commit 377dba7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.readthedocs.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
build:
3+
os: ubuntu-22.04
4+
tools:
5+
python: "3.10"
6+
python:
7+
install:
8+
- method: pip
9+
path: .
10+
- requirements: doc/requirements.txt
11+
system_packages: true
12+
formats: all

0 commit comments

Comments
 (0)