Closed jaraco closed 8 months ago
version: 2
build:
os: "ubuntu-20.04"
tools:
python: "3.10"
jobs:
post_checkout:
- git fetch --unshallow || true
Now projects get history with dates going back to the beginning of time:
Since readthedocs/readthedocs.org#1888, the skeleton-based projects have been affected by readthedocs/readthedocs.org#5031. The shallow checkout means that only some tags are present in the clone, and without those tags, the sphinx plugin is unable to add the dates for tagged releases.
It looks like there's guidance on how to override this behavior.