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

python3.9 -mvirtualenv sphinx . sphinx/bin/activate pip install Sphinx pip freeze > requirements.txt
15 lines
180 B
YAML
15 lines
180 B
YAML
version: 2
|
|
|
|
sphinx:
|
|
builder: html
|
|
configuration: null
|
|
fail_on_warning: false
|
|
|
|
build:
|
|
tools:
|
|
python: "3.9"
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|