diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-07-18 13:54:26 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-07-18 13:54:26 +0200 |
commit | 6357d15b639bc472c11a74bd2d3ec6e889ff1578 (patch) | |
tree | bb4d96f3fbc8b177b6fde309b34dd915e8f4c6fe /resources/tools/presentation/sphinx_conf/report/conf.py | |
parent | 2f6295d7c63b7e231b0198ee055468b2fc54fa94 (diff) |
Report: Set the week
Change-Id: Iaa8d112f044f1af9dd9d1e5e33a27baabbc8f20d
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 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' |