From ea19cf4d61cb93aba8f579e24e7cc200b7a0826f Mon Sep 17 00:00:00 2001 From: Ron Stone Date: Thu, 9 Jan 2025 13:16:50 +0000 Subject: [PATCH] Prep r/stx.10.0 (HOLD until GA) - update this-ver - add r10 version menu Change-Id: If5c259f5a177275d9eb108723ca638ee38b09b20 Signed-off-by: Ron Stone (cherry picked from commit 402de1a3009429d360676feb6f65d326a123673e) --- doc/source/_this.txt | 2 +- doc/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/_this.txt b/doc/source/_this.txt index 1318b122d..55c6b1ea4 100644 --- a/doc/source/_this.txt +++ b/doc/source/_this.txt @@ -1,3 +1,3 @@ .. |this-prod| replace:: |prod-long| -.. |this-ver| replace:: r9.0 +.. |this-ver| replace:: r10.0 diff --git a/doc/source/conf.py b/doc/source/conf.py index 40ea8b700..f10d858e0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -192,4 +192,4 @@ starlingxdocs_plus_bug_project = 'starlingx' starlingxdocs_plus_bug_tag = 'stx.docs' starlingxdocs_plus_this_version = "Latest" # starlingxdocs_plus_other_versions = [("even later","even-later"),("sooner","sooner")] -starlingxdocs_plus_other_versions = [("Version 6.0","r/stx.6.0"),("Version 7.0","r/stx.7.0"),("Version 8.0","r/stx.8.0"),("Version 9.0","r/stx.9.0")] +starlingxdocs_plus_other_versions = [("Version 6.0","r/stx.6.0"),("Version 7.0","r/stx.7.0"),("Version 8.0","r/stx.8.0"),("Version 9.0","r/stx.9.0"),("Version 10.0,r/stx.10.0")]