diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-03-09 07:43:38 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-03-09 06:45:44 +0000 |
commit | 77f4ce0e0d951838ec1d9108107ceb596ded59e0 (patch) | |
tree | 632bb28238c895e839487cb0e43c7e288e3474a2 /resources/tools/presentation/sphinx_conf | |
parent | d4ad4eae938038d91baeb0890cad51a00e9e3807 (diff) |
Report: Add rls data
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: I4eea313430d448928d68e554a00c7a78e3864020
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 5c386acc4c..765c695e4a 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 = '10' +report_week = '11' project = 'FD.io CSIT-2302.{week}'.format(week=report_week) copyright = '2023, FD.io' author = 'FD.io CSIT' |