diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-10-18 10:50:21 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-10-18 08:52:06 +0000 |
commit | 96734fb1a33eb8dead325461a131f11b36c1bcfc (patch) | |
tree | 1ecca0cbd03b10d92055054976a775767d342d5b /resources/tools/presentation/sphinx_conf | |
parent | a9c90fa0d5604c426323e96853034d32ebb6d5cd (diff) |
Report: Add RC2 data
Change-Id: I4f3c229030ae26231afec1ea698593f4940e83b4
Signed-off-by: Tibor Frank <tifrank@cisco.com>
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 02bf35ddf0..364976028c 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'41' +report_week = u'42' project = u'FD.io CSIT-2110.{week}'.format(week=report_week) copyright = u'2021, FD.io' author = u'FD.io CSIT' |