xref: /libuv/.readthedocs.yaml (revision 4e766761)
1version: 2
2
3sphinx:
4  builder: html
5  configuration: null
6  fail_on_warning: false
7
8build:
9  os: "ubuntu-22.04"
10  tools:
11    python: "3.9"
12
13python:
14  install:
15    - requirements: docs/requirements.txt
16