Skip to content

Commit 61dfc07

Browse files
Merge pull request #1792 from Bastian-Krause/bst/man-stabilize-year
doc/conf: use stable year for man page generation
2 parents 2f0bdf1 + 7fe8e14 commit 61dfc07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def setup(app):
223223
# Make version and date stable when generating manpages as they will be tracked in git
224224
if app.outdir.parts[-1] == "man":
225225
app.config.version = ""
226-
app.config.today_fmt = "%Y"
226+
app.config.today = "2025"
227227
app.connect('builder-inited', run_apidoc)
228228
app.connect('doctree-read', write_literal_blocks)
229229

0 commit comments

Comments
 (0)