comparison third_party/libuv/.readthedocs.yaml @ 160:948de3f54cea

[ThirdParty] Added libuv
author June Park <parkjune1995@gmail.com>
date Wed, 14 Jan 2026 19:39:52 -0800
parents
children
comparison
equal deleted inserted replaced
159:05cf9467a1c3 160:948de3f54cea
1 version: 2
2
3 sphinx:
4 builder: html
5 configuration: docs/src/conf.py
6 fail_on_warning: false
7
8 build:
9 os: "ubuntu-22.04"
10 tools:
11 python: "3.9"
12
13 python:
14 install:
15 - requirements: docs/requirements.txt