diff options
author | 2022-11-22 10:01:52 +0100 | |
---|---|---|
committer | 2022-11-22 09:06:50 +0000 | |
commit | 81fad4986b7f5b9d02cb96387b0e7b0395e37a7a (patch) | |
tree | d2a84de5dae54f96144510860d63c9b52cb2354b /resources | |
parent | 822401293b7ae00f23a53f1313583de66c66d0c1 (diff) |
Report: Configure 2210.47
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: Id2504802568129951743e231cc1ac26df4e801cf
(cherry picked from commit a8c21a01b5b95e3375479290f7de1ca49a7eb95c)
Diffstat (limited to 'resources')
-rw-r--r-- | resources/tools/presentation/specifications/report/environment.yaml | 2 | ||||
-rw-r--r-- | resources/tools/presentation/sphinx_conf/report/conf.py | 2 |
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 cf4418d0ba..004cb20796 100644 --- a/resources/tools/presentation/specifications/report/environment.yaml +++ b/resources/tools/presentation/specifications/report/environment.yaml @@ -154,7 +154,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 e77a195fe6..4aa7e6244b 100644 --- a/resources/tools/presentation/sphinx_conf/report/conf.py +++ b/resources/tools/presentation/sphinx_conf/report/conf.py @@ -50,7 +50,7 @@ source_suffix = ['.rst', '.md'] master_doc = 'index' # General information about the project. -report_week = '46' +report_week = '47' project = 'FD.io CSIT-2210.{week}'.format(week=report_week) copyright = '2022, FD.io' author = 'FD.io CSIT' |