Skip to content

Commit 363d2e0

Browse files
committed
docs: add configuration for Read the Docs
1 parent 7d8094a commit 363d2e0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.readthedocs.yml

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

0 commit comments

Comments
 (0)