diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-02-23 07:54:57 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-02-23 09:00:11 +0100 |
commit | 9eebc3e59028014a8fc151575b99347d2871c097 (patch) | |
tree | 05085fee20678f6a84f4f8a18c4b5f9bf54dd6a4 /resources/tools/presentation/sphinx_conf | |
parent | 60da1027825078f4dffdcb16e9080565e4966d93 (diff) |
Report: Configure rls report
Change-Id: I21249913fa713507519bd3ae385575c7d2bab300
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/sphinx_conf/report/conf.py b/resources/tools/presentation/sphinx_conf/report/conf.py index 5cef995c44..3e3b779167 100644 --- a/resources/tools/presentation/sphinx_conf/report/conf.py +++ b/resources/tools/presentation/sphinx_conf/report/conf.py @@ -46,8 +46,8 @@ source_suffix = [u'.rst', u'.md'] master_doc = u'index' # General information about the project. -report_week = u'08' -project = u'FD.io CSIT-2202-RC2.{week}'.format(week=report_week) +report_week = u'09' +project = u'FD.io CSIT-2202.{week}'.format(week=report_week) copyright = u'2022, FD.io' author = u'FD.io CSIT' |