aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/conf.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-11-14 09:28:14 +0100
committerTibor Frank <tifrank@cisco.com>2020-01-09 09:26:44 +0100
commit164b36d2ef70d70bd2f6ff83b6a50b8b87ef2e13 (patch)
treef659bae86959a1a95ee3300ec7040c8ef8d15230 /resources/tools/presentation/conf.py
parent468680a7d534c1f25ad45b5bddc67c601246a909 (diff)
DMM: Remove
Change-Id: Ibbfbed79e473c804390802ae1ecd737b50c06aa3 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/conf.py')
-rw-r--r--resources/tools/presentation/conf.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index 66dc46952c..aa1fb797cd 100644
--- a/resources/tools/presentation/conf.py
+++ b/resources/tools/presentation/conf.py
@@ -48,7 +48,7 @@ master_doc = u'index'
# General information about the project.
report_week = u'38'
project = u'FD.io CSIT-1908.{week}'.format(week=report_week)
-copyright = u'2019, FD.io'
+copyright = u'2020, FD.io'
author = u'FD.io CSIT'
# The version info for the project you're documenting, acts as replacement for
@@ -83,7 +83,6 @@ rst_epilog = u"""
.. _CSIT DPDK Performance Tests Documentation: https://docs.fd.io/csit/{release}/doc/tests.dpdk.perf.html
.. _CSIT VPP Functional Tests Documentation: https://docs.fd.io/csit/{release}/doc/tests.vpp.func.html
.. _CSIT VPP Performance Tests Documentation: https://docs.fd.io/csit/{release}/doc/tests.vpp.perf.html
-.. _CSIT DMM Functional Tests Documentation: https://docs.fd.io/csit/{release}/doc/tests.dmm.func.html
.. _CSIT VPP Device Tests Documentation: https://docs.fd.io/csit/{release}/doc/tests.vpp.device.html
.. _VPP test framework documentation: https://docs.fd.io/vpp/{vpprelease}/vpp_make_test/html/
.. _FD.io CSIT Testbeds - Xeon Haswell: https://git.fd.io/csit/tree/docs/lab/testbeds_ucs_hsw_hw_bios_cfg.md?h={release}
@@ -102,12 +101,9 @@ rst_epilog = u"""
.. _FD.io test executor vpp functional jobs using Ubuntu: https://jenkins.fd.io/view/csit/job/csit-vpp-functional-{srelease}-ubuntu1604-virl
.. _FD.io test executor vpp functional jobs using CentOs: https://jenkins.fd.io/view/csit/job/csit-vpp-functional-{srelease}-centos7-virl
.. _FD.io test executor vpp device jobs using Ubuntu: https://jenkins.fd.io/view/csit/job/csit-vpp-device-{srelease}-ubuntu1804-1n-skx
-.. _FD.io test executor Honeycomb functional jobs: https://jenkins.fd.io/view/csit/job/hc2vpp-csit-integration-{srelease}-ubuntu1604
-.. _FD.io test executor DMM functional jobs: https://jenkins.fd.io/view/csit/job/csit-dmm-functional-{srelease}-ubuntu1604-virl
.. _FD.io VPP compile job: https://jenkins.fd.io/view/vpp/job/vpp-merge-{srelease}-ubuntu1604/
.. _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}&id={vpp_release_commit_id}
""".format(release=u'rls1908',
report_week=report_week,
@@ -178,7 +174,7 @@ html_static_path = [u'_tmp/src/_static']
html_context = {
u'css_files': [
-# overrides for wide tables in RTD theme
+ # overrides for wide tables in RTD theme
u'_static/theme_overrides.css'
]
}