Skip to content

Commit 1d0c918

Browse files
Bouncheckdkropachev
authored andcommitted
Add recent releases to documentation versions list
Created some branches for those versions according to existing format. Note that `scylla-4.19.0.x` corresponds to the latest released `4.19.0.1` and not current master (`scylla-4.x`). If the next released version is `4.19.0.2` then `scylla-4.19.0.x` will need to be moved with whatever documentation backports it has on top of `4.19.0.2`. However it's unlikely that `4.19.0.2` will not have the same changes already, so it should not be an issue.
1 parent 05fe79d commit 1d0c918

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/source/conf.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@
2222
'scylla-4.12.0.x',
2323
'scylla-4.13.0.x',
2424
'scylla-4.14.1.x',
25-
'scylla-4.15.0.x'
25+
'scylla-4.15.0.x',
26+
'scylla-4.17.0.x',
27+
'scylla-4.18.1.x',
28+
'scylla-4.19.0.x'
2629
]
2730
# Set the latest version.
28-
LATEST_VERSION = 'scylla-4.15.0.x'
31+
LATEST_VERSION = 'scylla-4.19.0.x'
2932
# Set which versions are not released yet.
3033
UNSTABLE_VERSIONS = []
3134
# Set which versions are deprecated
@@ -99,6 +102,9 @@
99102
'scylla-4.13.0.x',
100103
'scylla-4.14.1.x',
101104
'scylla-4.15.0.x',
105+
'scylla-4.17.0.x',
106+
'scylla-4.18.1.x',
107+
'scylla-4.19.0.x'
102108
]
103109
suppress_warnings = ["ref.any", "myst.header","myst.xref_missing","autosectionlabel"]
104110

0 commit comments

Comments
 (0)