Skip to content

Commit 812d7f0

Browse files
authored
Merge pull request #211 from nicoddemus/fix-docs
Add readthedocs configuration
2 parents be4d327 + cb785cd commit 812d7f0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.readthedocs.yaml

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

0 commit comments

Comments
 (0)