Skip to content

Commit 34722c9

Browse files
committed
Add scylla-3.11.0.x and scylla-3.11.2.x to docs
Add branches scylla-3.11.0.x and scylla-3.11.2.x to a list of whitelisted branches to generate documentation for. scylla-3.x is removed, as the documentation generator fails to compare 4-component version numbers (X.Y.Z.x) with 2-component version number (3.x).
1 parent cdaf75a commit 34722c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ def setup(app):
117117
TAGS = []
118118
smv_tag_whitelist = multiversion_regex_builder(TAGS)
119119
# Whitelist pattern for branches (set to None to ignore all branches)
120-
BRANCHES = ['scylla-3.x', 'scylla-3.7.2.x', 'scylla-3.10.2.x']
120+
BRANCHES = ['scylla-3.7.2.x', 'scylla-3.10.2.x', 'scylla-3.11.0.x', 'scylla-3.11.2.x']
121121
smv_branch_whitelist = multiversion_regex_builder(BRANCHES)
122122
# Defines which version is considered to be the latest stable version.
123123
# Must be listed in smv_tag_whitelist or smv_branch_whitelist.
124-
smv_latest_version = 'scylla-3.10.2.x'
124+
smv_latest_version = 'scylla-3.11.2.x'
125125
smv_rename_latest_version = 'stable'
126126
# Whitelist pattern for remotes (set to None to use local branches only)
127127
smv_remote_whitelist = r"^origin$"

0 commit comments

Comments
 (0)