From: Tibor Frank Date: Mon, 18 Jul 2022 11:54:26 +0000 (+0200) Subject: Report: Set the week X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=6357d15b639bc472c11a74bd2d3ec6e889ff1578 Report: Set the week Change-Id: Iaa8d112f044f1af9dd9d1e5e33a27baabbc8f20d Signed-off-by: Tibor Frank --- diff --git a/resources/tools/presentation/specifications/report/environment.yaml b/resources/tools/presentation/specifications/report/environment.yaml index 8770a35f84..66d4ef8a5d 100644 --- a/resources/tools/presentation/specifications/report/environment.yaml +++ b/resources/tools/presentation/specifications/report/environment.yaml @@ -159,7 +159,7 @@ file-format: ".gz" enabled: True - archive-inputs: True + archive-inputs: False mapping-file: "" diff --git a/resources/tools/presentation/sphinx_conf/report/conf.py b/resources/tools/presentation/sphinx_conf/report/conf.py index 3ba45ac737..06dc4b678e 100644 --- a/resources/tools/presentation/sphinx_conf/report/conf.py +++ b/resources/tools/presentation/sphinx_conf/report/conf.py @@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md'] master_doc = u'index' # General information about the project. -report_week = u'28' +report_week = u'29' project = u'FD.io CSIT-2206.{week}'.format(week=report_week) copyright = u'2022, FD.io' author = u'FD.io CSIT'