diff options
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 1ff960814d..3ba45ac737 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'25' +report_week = u'28' project = u'FD.io CSIT-2206.{week}'.format(week=report_week) copyright = u'2022, FD.io' author = u'FD.io CSIT' @@ -145,7 +145,7 @@ rst_epilog = u""" dpdk_prev_release=u'21.11', sdpdkrelease=u'22.03', trex_version=u'v2.97', - vpp_release_commit_id=u'0e0384cde97a71acc0313a0904ed340730a87817') + vpp_release_commit_id=u'0d352a97c5e3ad1f5f6eab18a978a14b0b9e06a8') # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |