Fetch tags on Read the Docs

This commit is contained in:
Hugo van Kemenade 2024-04-22 14:58:44 +03:00
parent d4a4b59ee3
commit 3500334338

View File

@ -6,6 +6,10 @@ build:
os: ubuntu-22.04
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: