Skip to content

Commit 19132ea

Browse files
committed
docs: add rtd
1 parent fb895c4 commit 19132ea

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.readthedocs.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
2+
3+
version: 2
4+
5+
build:
6+
os: ubuntu-20.04
7+
tools:
8+
python: "3.10"
9+
10+
mkdocs:
11+
configuration: mkdocs.yml
12+
fail_on_warning: true
13+
14+
python:
15+
install:
16+
- method: pip
17+
path: .
18+
extra_requirements:
19+
- docs

0 commit comments

Comments
 (0)