Skip to content

Commit d296895

Browse files
committed
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.
1 parent b3d9377 commit d296895

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

0 commit comments

Comments
 (0)