From: Chris Lamb <lamby@debian.org>
Date: Fri, 13 Mar 2026 17:39:53 -0400
Subject: Make the build reproducible

Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/1130623
---
 docs/conf.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 6d3761e..9e14027 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -42,7 +42,6 @@ project = name
 
 html_theme = "furo"
 html_title = project
-html_last_updated_fmt = datetime.now(tz=timezone.utc).isoformat()
 pygments_dark_style = "monokai"
 html_show_sourcelink = False
 html_static_path = ["_static"]
