Skip to content

Commit 81aee59

Browse files
Add readthedocs config file
1 parent 02b48a3 commit 81aee59

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.readthedocs.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
8+
sphinx:
9+
configuration: docs/conf.py
10+
11+
python:
12+
install:
13+
- method: pip
14+
path: .
15+
extra_requirements:
16+
- docs

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ client =
3636
websocket-client >= 0.54.0
3737
asyncio_client =
3838
aiohttp >= 3.4
39+
docs =
40+
sphinx

0 commit comments

Comments
 (0)