Skip to content

Commit 6a5d3a7

Browse files
tchaikovroydahan
authored andcommitted
docs: wrap long line for better readability
Signed-off-by: Kefu Chai <[email protected]>
1 parent 9fe1e03 commit 6a5d3a7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/source/conf.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,19 @@
1313

1414
# Build documentation for the following tags and branches
1515
TAGS = []
16-
BRANCHES = ['scylla-3.7.2.x', 'scylla-3.10.2.x', 'scylla-3.11.0.x', 'scylla-3.11.2.x', 'scylla-4.7.2.x', 'scylla-4.10.0.x', 'scylla-4.11.1.x', 'scylla-4.12.0.x', 'scylla-4.13.0.x', 'scylla-4.14.1.x', 'scylla-4.15.0.x']
16+
BRANCHES = [
17+
'scylla-3.7.2.x',
18+
'scylla-3.10.2.x',
19+
'scylla-3.11.0.x',
20+
'scylla-3.11.2.x',
21+
'scylla-4.7.2.x',
22+
'scylla-4.10.0.x',
23+
'scylla-4.11.1.x',
24+
'scylla-4.12.0.x',
25+
'scylla-4.13.0.x',
26+
'scylla-4.14.1.x',
27+
'scylla-4.15.0.x'
28+
]
1729
# Set the latest version.
1830
LATEST_VERSION = 'scylla-4.15.0.x'
1931
# Set which versions are not released yet.

0 commit comments

Comments
 (0)