aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2022-07-18 13:54:26 +0200
committerTibor Frank <tifrank@cisco.com>2022-07-18 13:54:26 +0200
commit6357d15b639bc472c11a74bd2d3ec6e889ff1578 (patch)
treebb4d96f3fbc8b177b6fde309b34dd915e8f4c6fe /resources/tools
parent2f6295d7c63b7e231b0198ee055468b2fc54fa94 (diff)
Report: Set the week
Change-Id: Iaa8d112f044f1af9dd9d1e5e33a27baabbc8f20d Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools')
-rw-r--r--resources/tools/presentation/specifications/report/environment.yaml2
-rw-r--r--resources/tools/presentation/sphinx_conf/report/conf.py2
2 files changed, 2 insertions, 2 deletions
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'