diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-11-08 09:33:31 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-11-08 09:33:31 +0100 |
commit | 03e0de0418452c9904dafe74d86e36cf3c2a7289 (patch) | |
tree | ee092d2412110bb54379844b60838f88f9e132b3 /resources/tools/presentation/sphinx_conf | |
parent | 1041542d791d1d96c401e37844afe5935456254b (diff) |
Report: Add data
Change-Id: I76a36cb19d6c121b1d668d1ff8f71085baa2ed2e
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 ca71f511c1..7bd71e8817 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'43' +report_week = u'45' project = u'FD.io CSIT-2110.{week}'.format(week=report_week) copyright = u'2021, FD.io' author = u'FD.io CSIT' |