From fafe351c914345e944e8140a512089cd9af35c3e Mon Sep 17 00:00:00 2001 From: Ron Stone Date: Wed, 27 Mar 2024 16:46:33 +0000 Subject: [PATCH] Add r9 to r6 pick menu Signed-off-by: Ron Stone Change-Id: I098e8ff3eba23d6c1a636f606b6cf2feb7564368 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 464056277..a6594cc4f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -180,4 +180,4 @@ starlingxdocs_plus_bug_project = 'starlingx' starlingxdocs_plus_bug_tag = 'stx.docs' starlingxdocs_plus_this_version = "Version 6.0" # starlingxdocs_plus_other_versions = [("rel label","path"),("latest","path")] -starlingxdocs_plus_other_versions = [("Version 7.0","r/stx.7.0"),("Version 8.0","r/stx.8.0"),("Latest","")] +starlingxdocs_plus_other_versions = [("Version 7.0","r/stx.7.0"),("Version 8.0","r/stx.8.0"),("Version 9.0","r/stx.9.0"),("Latest","")]