Skip to content

Commit ac949f9

Browse files
avelanariustchaikov
authored andcommitted
Add 4.14.1.x and 4.15.0.x to generated docs
Add 4.14.1.x and 4.15.0.x releases to the list of versions to generate the docs for. (cherry picked from commit d296895)
1 parent 8c3c0f8 commit ac949f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
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']
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']
1919
# Set the latest version.
20-
LATEST_VERSION = 'scylla-4.13.0.x'
20+
LATEST_VERSION = 'scylla-4.15.0.x'
2121
# Set which versions are not released yet.
2222
UNSTABLE_VERSIONS = []
2323
# Set which versions are deprecated

0 commit comments

Comments
 (0)