mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
6a6487bd2a
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
16 lines
172 B
YAML
16 lines
172 B
YAML
version: 2
|
|
|
|
formats: [pdf]
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3"
|
|
|
|
python:
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- docs
|