diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/third_party/libuv/.readthedocs.yaml	Wed Jan 14 19:39:52 2026 -0800
@@ -0,0 +1,15 @@
+version: 2
+
+sphinx:
+  builder: html
+  configuration: docs/src/conf.py
+  fail_on_warning: false
+
+build:
+  os: "ubuntu-22.04"
+  tools:
+    python: "3.9"
+
+python:
+  install:
+    - requirements: docs/requirements.txt