mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00

Setting the configuration key is now mandatory: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/
16 lines
213 B
YAML
16 lines
213 B
YAML
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
|