mirror of
https://github.com/adrienverge/yamllint.git
synced 2025-02-25 18:55:20 -06:00
As explained on https://readthedocs.org/projects/yamllint/: > Your builds will stop working soon! > Configuration files will soon be required by projects, and will no > longer be optional. Read our blog post to create one and ensure your > project continues building successfully. https://blog.readthedocs.com/migrate-configuration-v2/
9 lines
107 B
YAML
9 lines
107 B
YAML
---
|
|
version: 2
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|
|
sphinx:
|
|
configuration: docs/conf.py
|