diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-10-17 10:11:06 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-10-17 08:12:42 +0000 |
commit | 3cdbc6f2183e4c5bc27dd47cb701cc1871896f14 (patch) | |
tree | abf2f55f905904f3c832606770c43243d0a17244 /resources/tools/presentation/sphinx_conf | |
parent | 06d495283fc019c0046f5fa97a8713605ecf0091 (diff) |
Report: Add rc2 data
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: I426bb6c0a89d2e2e9728f8a0a499fa1c5c5d8ad5
Diffstat (limited to 'resources/tools/presentation/sphinx_conf')
-rw-r--r-- | resources/tools/presentation/sphinx_conf/report/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/sphinx_conf/report/conf.py b/resources/tools/presentation/sphinx_conf/report/conf.py index 96eaa0096f..67875ac5e1 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 = '39' +report_week = '42' project = 'FD.io CSIT-2210.{week}'.format(week=report_week) copyright = '2022, FD.io' author = 'FD.io CSIT' |