diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-11-10 14:11:19 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-11-10 14:11:19 +0100 |
commit | 2655abfdccb0ac1c7335eec07400fbf5cbcc15bc (patch) | |
tree | 1fa5deec8201a86bd748cbb2062280011a65c531 /resources/tools/presentation/sphinx_conf | |
parent | 9742ceb87f9c1125bb8e6bbc842a986640f6648b (diff) |
Report: Add wireguard tests
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: I07748424c20b64e62f215223fdbb8408e5cf7be5
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 6fc398e145..e77a195fe6 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 = '45' +report_week = '46' project = 'FD.io CSIT-2210.{week}'.format(week=report_week) copyright = '2022, FD.io' author = 'FD.io CSIT' |