Pillow/.readthedocs.yml
2024-06-13 00:03:16 +10:00

20 lines
322 B
YAML

version: 2
formats: [pdf]
build:
os: ubuntu-lts-latest
tools:
python: "3"
jobs:
post_checkout:
- git remote add upstream https://github.com/python-pillow/Pillow.git # For forks
- git fetch upstream --tags
python:
install:
- method: pip
path: .
extra_requirements:
- docs