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","/")]