We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b48a3 commit 81aee59Copy full SHA for 81aee59
.readthedocs.yaml
@@ -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
@@ -36,3 +36,5 @@ client =
36
websocket-client >= 0.54.0
37
asyncio_client =
38
aiohttp >= 3.4
39
+docs =
40
+ sphinx
0 commit comments