diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-10-25 12:54:45 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-10-25 12:54:45 +0200 |
commit | 8d45ae61e3e0a1a6199f0e645e3e66ab67965b67 (patch) | |
tree | 8a5b53c8d167b0b60d9a51b3d64760903c64f018 /resources/tools/presentation/sphinx_conf | |
parent | 367b37eb0c0c846d21fb21da1c925f0d5762807c (diff) |
Report: Add data
Change-Id: I8aca9720112cbd75a0a02b7adb4244e6ca3c66a4
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 f3d0f4c926..ca71f511c1 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'42' +report_week = u'43' project = u'FD.io CSIT-2110.{week}'.format(week=report_week) copyright = u'2021, FD.io' author = u'FD.io CSIT' |