diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-11-02 12:09:33 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-11-02 12:13:42 +0100 |
commit | b57756ad88d1d3134ac60388d2ca23e251f736c5 (patch) | |
tree | 934b1436e098990a3e76e7de7f4fcb940bf411ec /resources/tools/presentation/sphinx_conf | |
parent | 32ec0b8cce48883be3f5e6e91b0797c1ab52351b (diff) |
Report: Add release data
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: Icdca915b9dda8fdc3d4728ac8080713f638ffe06
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 67875ac5e1..6cf661e883 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 = '42' +report_week = '45' project = 'FD.io CSIT-2210.{week}'.format(week=report_week) copyright = '2022, FD.io' author = 'FD.io CSIT' |