diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-07-26 12:30:00 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-07-26 12:32:55 +0200 |
commit | 054fc471e2f25e4d09287ab058daf9c04717d7b7 (patch) | |
tree | fe51136fe61e566eac6753920ef55c8b27c3b0b0 /resources/tools/presentation/sphinx_conf/report/conf.py | |
parent | fb12eb346edf4da6b263ac436c8ed6c801d30e19 (diff) |
Report: Add NAT44 tests
Change-Id: I757331b2c1fafe80f1e0e7cf10db5690912823f5
Signed-off-by: Tibor Frank <tifrank@cisco.com>
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 06dc4b678e..3615846427 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'29' +report_week = u'30' project = u'FD.io CSIT-2206.{week}'.format(week=report_week) copyright = u'2022, FD.io' author = u'FD.io CSIT' |