jaraco / skeleton

A generic project skeleton for Python projects.
http://blog.jaraco.com/skeleton/
MIT License
123 stars 36 forks source link

History rendering without dates #114

Closed jaraco closed 8 months ago

jaraco commented 8 months ago

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.

image

It looks like there's guidance on how to override this behavior.

jaraco commented 8 months ago
version: 2
build:
  os: "ubuntu-20.04"
  tools:
    python: "3.10"
  jobs:
    post_checkout:
      - git fetch --unshallow || true
jaraco commented 8 months ago

Now projects get history with dates going back to the beginning of time:

image