Skip to content

Commit 86b3d5a

Browse files
committed
docs/conf.py support both 3.5 and 3.5.x
(cherry picked from commit c98aff0)
1 parent 11cef7c commit 86b3d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def setup(sphinx):
181181

182182
# Whitelist pattern for tags (set to None to ignore all tags)
183183
# smv_tag_whitelist = r'^.*$'
184-
smv_tag_whitelist = r'\b(scylla-monitoring-3\.4\.2|scylla-monitoring-3\.5\.?\d+)\b(?!\S)'
184+
smv_tag_whitelist = r'\b(scylla-monitoring-3\.4\.2|scylla-monitoring-3\.5|scylla-monitoring-3\.5\.\d+)\b(?!\S)'
185185
# Whitelist pattern for branches (set to None to ignore all branches)
186186
smv_branch_whitelist = "None"
187187
# Whitelist pattern for remotes (set to None to use local branches only)

0 commit comments

Comments
 (0)