Skip to content

Commit 0e39aa4

Browse files
committed
DOC: add RTD config file
1 parent 46a8d93 commit 0e39aa4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.readthedocs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
build:
3+
os: "ubuntu-22.04"
4+
tools:
5+
python: "3"
6+
jobs:
7+
post_checkout:
8+
- git fetch --unshallow || true
9+
python:
10+
install:
11+
- requirements: doc/requirements.txt

0 commit comments

Comments
 (0)