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