diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-02-23 10:37:08 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-02-27 05:33:42 +0000 |
commit | 4ad8883c4faaa8cf519fc991068716a523f4cd5a (patch) | |
tree | 1ac59ee67f69e05e8c51f1e690e9eff1efbc3691 /resources/tools/presentation/sphinx_conf/report/conf.py | |
parent | 1fbfcbcb15bc51b7b689df44ae338a1c7db6269c (diff) |
Report: Add release data
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: Ifebc3c5842c0c8a0a3deeedf3113d5874d603c76
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 5bc2471cc6..e0ab4b6e12 100644 --- a/resources/tools/presentation/sphinx_conf/report/conf.py +++ b/resources/tools/presentation/sphinx_conf/report/conf.py @@ -50,7 +50,7 @@ source_suffix = ['.rst', '.md'] master_doc = 'index' # General information about the project. -report_week = '7' +report_week = '10' project = 'FD.io CSIT-2302.{week}'.format(week=report_week) copyright = '2023, FD.io' author = 'FD.io CSIT' |