From c55e060f62b5894b4c2ad09c856a75683a063e0f Mon Sep 17 00:00:00 2001 From: MCamp859 Date: Fri, 30 Apr 2021 16:53:57 -0400 Subject: [PATCH] Enable version picker in R5 branch Update conf.py in R5 branch to turn on doc version selection. Update project name to indicate R5 docs. Change-Id: I9170f5499e6bc5502dc3201eb3acef38ce0869ad Signed-off-by: MCamp859 --- doc/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 7d2f760b9..6130c1e1f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -20,7 +20,7 @@ sys.path.insert(0,os.path.abspath('_themes')) # -- Project information ----------------------------------------------------- -project = u'StarlingX' +project = u'StarlingX R5.0' copyright = '2018, StarlingX' author = 'StarlingX' @@ -178,6 +178,6 @@ starlingxdocs_plus_project = 'StarlingX' starlingxdocs_plus_auto_name = False starlingxdocs_plus_bug_project = 'starlingx' starlingxdocs_plus_bug_tag = 'stx.docs' -starlingxdocs_plus_this_version = "latest" +starlingxdocs_plus_this_version = "r/stx.5.0" # starlingxdocs_plus_other_versions = [("even later","even-later"),("sooner","sooner")] -starlingxdocs_plus_other_versions = [] +starlingxdocs_plus_other_versions = [("Latest","/")]