diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-03-10 06:58:22 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-03-10 06:58:22 +0100 |
commit | fdd8b3168ab78c8a417a0842128ad11ea3308f5c (patch) | |
tree | ca680db28371575f35b56be52ada266de02f4ad3 /resources/tools/presentation/sphinx_conf | |
parent | 242f0c51603f23132cd9cd8d54ee4ccb6e8e405b (diff) |
Report: Add rls data
Change-Id: I54198ec9c0d0d71f9e6e3652e8ae53ff09bbd79e
Signed-off-by: Tibor Frank <tifrank@cisco.com>
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 69ffbc240b..ea8418e5b3 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'10' +report_week = u'11' project = u'FD.io CSIT-2202.{week}'.format(week=report_week) copyright = u'2022, FD.io' author = u'FD.io CSIT' |