Skip to content

Commit 7f8116c

Browse files
committed
skpkg: add .readthedocs.yml
Signed-off-by: Dasun Abeykoon <[email protected]>
1 parent e0d8417 commit 7f8116c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.readthedocs.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
build:
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "latest"
7+
8+
python:
9+
install:
10+
- requirements: requirements/docs.txt
11+
12+
sphinx:
13+
configuration: doc/source/conf.py

0 commit comments

Comments
 (0)