Skip to content

Commit 76f7715

Browse files
committed
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.
1 parent 8feeb20 commit 76f7715

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
@@ -13,9 +13,9 @@
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']
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']
1717
# Set the latest version.
18-
LATEST_VERSION = 'scylla-3.11.2.x'
18+
LATEST_VERSION = 'scylla-4.13.0.x'
1919
# Set which versions are not released yet.
2020
UNSTABLE_VERSIONS = []
2121
# Set which versions are deprecated

0 commit comments

Comments
 (0)