From dbb4d8711a0009615f4f275e8418cbf068deeffa Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 23 Jun 2015 22:26:30 +0200 Subject: doc/source/conf.py: Reproducibility: Set html_last_updated_fmt = None This hopefully makes the build reproducible now. --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source') diff --git a/doc/source/conf.py b/doc/source/conf.py index 36d89c06..c4dde305 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -164,7 +164,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 = None # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. -- cgit v1.2.3