diff options
-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 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' |