summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/third_party/websockets/.readthedocs.yml
blob: 0369e0656548151a22b18ec614eeda592f00c5af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: 2

build:
  os: ubuntu-20.04
  tools:
    python: "3.10"

sphinx:
  configuration: docs/conf.py

python:
   install:
   - requirements: docs/requirements.txt