#8 python sphinx documentation includes timestamp, does not honour $SOURCE_DATE_EPOCH
Closed by zbyszek. Opened by zbyszek.

Example: python-oslo-log-5.3.0-1.fc40/python-oslo-log-doc-5.3.0-1.fc40.noarch.rpm

             <div class="row docs-byline bottom">  -            <div class="docs-updated">this page last updated: 2023-10-26 10:20:03</div>  +            <div class="docs-updated">this page last updated: 2023-10-26 12:25:55</div>             </div>       /* gitsha, project and bug_tag rely on variables in conf.py */
│  -    var gitSha = "SHA: 3fc111fed827d5367e7d8127ebda9c279f81154d";
│  +    var gitSha = "SHA: b613a4e7c905302cc5e43a3d62792ff168a72d4c";
│       /* "last_updated" is the build date and time. It relies on the
│          conf.py variable "html_last_updated_fmt", which should include
│          year/month/day as well as hours and minutes                   */
│  -    var buildstring = "Release: 5.3.0 on 2023-10-26 10:20:03";
│  +    var buildstring = "Release: 5.3.0 on 2023-10-26 12:25:55";

This all seems to come from sphinx and/or the template, and not the project.


I'm not seeing this anymore in python-oslo-log.
I looked at the sphinx commits and CHANGES.rst, and I don't see the relevant fix. But there's plenty of SOURCE_DATE_EPOCH references, so I guess it is expected to work and it seems that it got fixed.

Metadata Update from @zbyszek:
- Issue status updated to: Closed (was: Open)

Metadata