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 <maryx.camp@intel.com>
This commit is contained in:
@@ -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","/")]
|
||||
|
||||
Reference in New Issue
Block a user