1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From 09b641d8d9746109b470926e6a6000628f98eeca Mon Sep 17 00:00:00 2001
From: Daniel Stender <debian@danielstender.com>
Date: Sun, 18 Oct 2015 00:35:46 +0200
Subject: docs-no-updated-timestamp
no last-updated-timestamp in Sphinx docs for reproducible building
Bug: https://bugs.debian.org/782337
Forwarded: not-needed
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index 6f0d913..fa49472 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -125,7 +125,7 @@ html_static_path = ['.static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
-html_last_updated_fmt = '%b %d, %Y'
+# html_last_updated_fmt = '%b %d, %Y'
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
|