From 7b43fe9509a2fea0f8eb46546b0bedc37aca3195 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 2 Jun 2010 21:16:15 +0200 Subject: [PATCH] docs: Remove 'last updated on' since it will always be today when docs are regenerated every 10 mins --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 3b00883e..a513882a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -129,7 +129,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.