We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d5709 commit b39dd4cCopy full SHA for b39dd4c
docs/source/conf.py
@@ -94,7 +94,7 @@ def setup(sphinx):
94
# Adds version variables for monitoring and manager versions when used in inline text
95
96
rst_prolog = """
97
-.. |version| replace:: 3.9.1
+.. |version| replace:: 3.9.2
98
.. |mon_root| replace:: `Scylla Monitoring Stack </>`__
99
"""
100
@@ -186,7 +186,7 @@ def setup(sphinx):
186
smv_branch_whitelist = multiversion_regex_builder(BRANCHES)
187
# Defines which version is considered to be the latest stable version.
188
# Must be listed in smv_tag_whitelist or smv_branch_whitelist.
189
-smv_latest_version = 'branch-3.8'
+smv_latest_version = 'branch-3.9'
190
smv_rename_latest_version = 'stable'
191
# Part of the branch name to skip.
192
branch_substring_removed = 'branch-'
0 commit comments