X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fconf.py;h=5544c29f806573551350fb1199dd3a3fbda2e15d;hp=84890d9c467d9d81d6b3943f5cfee5da1474b840;hb=dd1a88208be79852a99dc673411fe1ab0760a051;hpb=9964155b56020914494f7341c2d1162f2ac9d720 diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 84890d9c46..5544c29f80 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -45,7 +45,7 @@ source_suffix = ['.rst', '.md'] master_doc = 'index' # General information about the project. -project = u'FD.io CSIT' +project = u'FD.io CSIT rls1807 Report' copyright = u'2018, FD.io' author = u'FD.io CSIT' @@ -93,13 +93,14 @@ rst_epilog = """ .. _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} -""".format(release='rls1804', - prev_release='rls1801', - srelease='1804', - vpprelease='18.04', - vpp_prev_release='18.01', - dpdkrelease='18.02', - sdpdkrelease='1802', +.. _K8s configuration files: https://github.com/FDio/csit/tree/{release}/resources/templates/kubernetes +""".format(release='rls1807', + prev_release='rls1804', + srelease='1807', + vpprelease='18.07', + vpp_prev_release='18.04', + dpdkrelease='18.05', + sdpdkrelease='1805', trex_version='v2.35', csit_ubuntu_ver='csit-ubuntu-16.04.1_2018-03-07_2.1', csit_centos_ver='csit-centos-7.4-1711_2018-03-20_1.9') @@ -133,7 +134,20 @@ html_theme = 'sphinx_rtd_theme' # further. For a list of options available for each theme, see the # documentation. # -# html_theme_options = {} +html_theme_options = { + 'canonical_url': '', + 'analytics_id': '', + 'logo_only': False, + 'display_version': True, + 'prev_next_buttons_location': 'bottom', + 'style_external_links': False, + # Toc options + 'collapse_navigation': True, + 'sticky_navigation': True, + 'navigation_depth': 3, + 'includehidden': True, + 'titles_only': False +} # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, @@ -149,6 +163,15 @@ html_context = { ], } +# If false, no module index is generated. +html_domain_indices = True + +# If false, no index is generated. +html_use_index = True + +# If true, the index is split into individual pages for each letter. +html_split_index = False + # -- Options for LaTeX output --------------------------------------------- latex_engine = 'pdflatex'