Pillow/.readthedocs.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
322 B
YAML
Raw Permalink Normal View History

version: 2
formats: [pdf]
2023-04-26 10:08:06 +03:00
2023-04-01 17:02:39 +03:00
build:
2024-06-12 17:03:16 +03:00
os: ubuntu-lts-latest
2023-04-01 17:02:39 +03:00
tools:
python: "3"
2024-04-22 14:58:44 +03:00
jobs:
post_checkout:
- git remote add upstream https://github.com/python-pillow/Pillow.git # For forks
- git fetch upstream --tags
2023-04-01 17:02:39 +03:00
python:
install:
- method: pip
path: .
extra_requirements:
- docs