diff --git a/docs/source/conf.py b/docs/source/conf.py index b7f83c6292..19423e08c3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -94,7 +94,7 @@ def setup(sphinx): # Adds version variables for monitoring and manager versions when used in inline text rst_prolog = """ -.. |version| replace:: 3.9.1 +.. |version| replace:: 3.9.2 .. |mon_root| replace:: `Scylla Monitoring Stack `__ """ @@ -186,7 +186,7 @@ def setup(sphinx): smv_branch_whitelist = multiversion_regex_builder(BRANCHES) # Defines which version is considered to be the latest stable version. # Must be listed in smv_tag_whitelist or smv_branch_whitelist. -smv_latest_version = 'branch-3.8' +smv_latest_version = 'branch-3.9' smv_rename_latest_version = 'stable' # Part of the branch name to skip. branch_substring_removed = 'branch-'