Browse Source

Add readthedocs config file

pull/1210/head
Miguel Grinberg 2 years ago
parent
commit
81aee59b54
  1. 16
      .readthedocs.yaml
  2. 2
      setup.cfg

16
.readthedocs.yaml

@ -0,0 +1,16 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
configuration: docs/conf.py
python:
install:
- method: pip
path: .
extra_requirements:
- docs

2
setup.cfg

@ -36,3 +36,5 @@ client =
websocket-client >= 0.54.0
asyncio_client =
aiohttp >= 3.4
docs =
sphinx

Loading…
Cancel
Save