This is specified both as best-practice to specify the defaults explicitly, and as required for updating sphinx from v1.8.5 Refs: https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html PR-URL: https://github.com/libuv/libuv/pull/3154 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
12 lines
160 B
YAML
12 lines
160 B
YAML
version: 2
|
|
|
|
sphinx:
|
|
builder: html
|
|
configuration: null
|
|
fail_on_warning: false
|
|
|
|
python:
|
|
version: 3.8
|
|
install:
|
|
- requirements: docs/requirements.txt
|