We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f0bdf1 + 7fe8e14 commit 61dfc07Copy full SHA for 61dfc07
1 file changed
doc/conf.py
@@ -223,7 +223,7 @@ def setup(app):
223
# Make version and date stable when generating manpages as they will be tracked in git
224
if app.outdir.parts[-1] == "man":
225
app.config.version = ""
226
- app.config.today_fmt = "%Y"
+ app.config.today = "2025"
227
app.connect('builder-inited', run_apidoc)
228
app.connect('doctree-read', write_literal_blocks)
229
0 commit comments