Skip to content

Commit dd23af1

Browse files
avelanariustchaikov
authored andcommitted
Add Java Driver 4.x branches to documentation
Add Java Driver 4.x branches to the list of generated documentation and bump the LATEST_VERSION variable. (cherry picked from commit 76f7715)
1 parent 0b5ae07 commit dd23af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
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']
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']
1919
# Set the latest version.
20-
LATEST_VERSION = 'scylla-3.11.2.x'
20+
LATEST_VERSION = 'scylla-4.13.0.x'
2121
# Set which versions are not released yet.
2222
UNSTABLE_VERSIONS = []
2323
# Set which versions are deprecated

0 commit comments

Comments
 (0)