diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-11-02 12:09:33 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-11-02 11:15:15 +0000 |
commit | 6b1faee410f3e1800b0fbf63596707bbc77c9cc4 (patch) | |
tree | ed8fa196ef60f42be0637548e47c87716ec0cb86 /resources/tools/presentation/sphinx_conf/report/conf.py | |
parent | 032a25773cb32d21ab97e1b4f5395c1d69bec4f3 (diff) |
Report: Add release data
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: Icdca915b9dda8fdc3d4728ac8080713f638ffe06
(cherry picked from commit b57756ad88d1d3134ac60388d2ca23e251f736c5)
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 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' |