From 9632c44d6b93c12db87d02cd33350162bebddbbf Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 21 Sep 2020 10:52:09 +0200 Subject: PAL: Fix show runtime Change-Id: Id42f087b2e3874a362f17596740feab6af8029d9 Signed-off-by: Tibor Frank (cherry picked from commit 0df92678006f857a1ed051d9077868270ec1f543) --- resources/tools/presentation/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/tools/presentation/conf.py') diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index d8a5aec234..9d991b4222 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md'] master_doc = u'index' # General information about the project. -report_week = u'38' +report_week = u'39' project = u'FD.io CSIT-2009.{week}'.format(week=report_week) copyright = u'2020, FD.io' author = u'FD.io CSIT' -- cgit 1.2.3-korg