I'm trying to get accurate timestamps in the docs. We build them in GitLab; I set CICD to always perform full clones, so the entire git history is history is available. Nonetheless, dates always span a week time at most, so they're false.
I've read somewhere that git-restore-mtime might solve the issue? I don't see how, though. Do you know what else could be at play here?
Hi there!
I'm trying to get accurate timestamps in the docs. We build them in GitLab; I set CICD to always perform full clones, so the entire git history is history is available. Nonetheless, dates always span a week time at most, so they're false.
I've read somewhere that
git-restore-mtime
might solve the issue? I don't see how, though. Do you know what else could be at play here?We use Sphinx 5.1.1.
Thanks!