From a5eee789d51f8730fb8e8e96128dc4ab43e21ca6 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 28 May 2020 12:49:03 +0200 Subject: Report: Fix links to html tables Type: Fix Signed-off-by: Tibor Frank Change-Id: I68c5204984b9400747610743f3bf3fece288ead7 --- resources/tools/presentation/conf.py | 2 +- resources/tools/presentation/run_report.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 93d18ce7c7..2082f0755b 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'21' +report_week = u'22' project = u'FD.io CSIT-2001.{week}'.format(week=report_week) copyright = u'2020, FD.io' author = u'FD.io CSIT' diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 22f521a854..5a40dd5175 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python python pal.py \ --specification specification.yaml \ --release ${RELEASE} \ - --week "21" \ + --week "22" \ --logging INFO \ --force -- cgit 1.2.3-korg