diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-03-04 08:23:21 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-03-04 08:23:21 +0100 |
commit | 528be8671f305c99c713a945f61d85e7ca21a077 (patch) | |
tree | 2a4be388caccf33855e9616be7f766dc10ece132 /resources/tools/presentation/sphinx_conf/report/conf.py | |
parent | 819ba9a35bccb3b55b369aaf01805e427faeaf0c (diff) |
Report: Add rls data
Change-Id: I7ba3d508b0c3b5718fc1b886d966c9bcac18023e
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/sphinx_conf/report/conf.py')
-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 3e3b779167..69ffbc240b 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'09' +report_week = u'10' project = u'FD.io CSIT-2202.{week}'.format(week=report_week) copyright = u'2022, FD.io' author = u'FD.io CSIT' |