Skip to content

Commit 72939bf

Browse files
committed
add config readthedocs
1 parent c766808 commit 72939bf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.readthedocs.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Read the Docs configuration file
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
version: 2
4+
5+
build:
6+
os: ubuntu-20.04
7+
tools:
8+
python: "3.9"
9+
10+
python:
11+
install:
12+
- requirements: requirements-docs.txt
13+
- requirements: requirements.txt
14+
- method: pip
15+
path: .

0 commit comments

Comments
 (0)