diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-12-13 08:58:42 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-12-13 08:58:42 +0100 |
commit | 9400b685e04d8a4fbbba2e16d8d1d0fbdbd0400c (patch) | |
tree | 75b9bc59e79f138251f5887f07facc18dccef3fc /resources/tools | |
parent | 99f9f7149889724e95110f5839a0cc426a1305ac (diff) |
Report: Hide empty latency graph(s) for 3n-icx
Change-Id: I56868d2e62cea8e3bbc6c53c989bb8a8968bc6fa
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools')
-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 a46e1b43b6..e64029f51d 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'47' +report_week = u'49' project = u'FD.io CSIT-2110.{week}'.format(week=report_week) copyright = u'2021, FD.io' author = u'FD.io CSIT' |