X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fconf.py;h=6363fad71dad805b63ba95cad774eb48113db7ed;hb=4343381c7e244d2e39067c3ece4c8d6929c20916;hp=2ef414f669984e7daae8c3f613ec9838703f8f8e;hpb=06bdb3325c59b83aefbbdb97e4fb806ceb11ea6a;p=csit.git diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 2ef414f669..6363fad71d 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -45,7 +45,8 @@ source_suffix = ['.rst', '.md'] master_doc = 'index' # General information about the project. -project = u'FD.io CSIT-1901.04' +report_week = '07' +project = u'FD.io CSIT-1901.{week}'.format(week=report_week) copyright = u'2019, FD.io' author = u'FD.io CSIT' @@ -104,8 +105,9 @@ rst_epilog = """ .. _FD.io DPDK compile job: https://jenkins.fd.io/view/deb-dpdk/job/deb_dpdk-merge-{sdpdkrelease}-ubuntu1604/ .. _CSIT Testbed Setup: https://git.fd.io/csit/tree/resources/tools/testbed-setup/README.md?h={release} .. _K8s configuration files: https://github.com/FDio/csit/tree/{release}/resources/templates/kubernetes +.. _VPP startup.conf: https://git.fd.io/vpp/tree/src/vpp/conf/startup.conf?h=stable/{srelease} """.format(release='rls1901', - report_week='04', + report_week=report_week, prev_release='rls1810', srelease='1901', csitrelease='1901',