mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 02:26:54 +00:00
12 lines
189 B
YAML
12 lines
189 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|
|
python:
|
|
install:
|
|
- path: .
|
|
- requirements: docs/source/requirements.txt
|
|
sphinx:
|
|
configuration: docs/source/conf.py
|