Skip to content

Commit a044b1c

Browse files
committed
docs: wrap long line for better readability
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> (cherry picked from commit 6a5d3a7)
1 parent dd8c03b commit a044b1c

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
@@ -15,7 +15,19 @@
1515

1616
# Build documentation for the following tags and branches
1717
TAGS = []
18-
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']
18+
BRANCHES = [
19+
'scylla-3.7.2.x',
20+
'scylla-3.10.2.x',
21+
'scylla-3.11.0.x',
22+
'scylla-3.11.2.x',
23+
'scylla-4.7.2.x',
24+
'scylla-4.10.0.x',
25+
'scylla-4.11.1.x',
26+
'scylla-4.12.0.x',
27+
'scylla-4.13.0.x',
28+
'scylla-4.14.1.x',
29+
'scylla-4.15.0.x'
30+
]
1931
# Set the latest version.
2032
LATEST_VERSION = 'scylla-4.15.0.x'
2133
# Set which versions are not released yet.

0 commit comments

Comments
 (0)