diff --git a/docs/source/conf.py b/docs/source/conf.py index 31bf207ff17..7780af2d7a4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,9 +13,9 @@ # Build documentation for the following tags and branches TAGS = [] -BRANCHES = ['scylla-3.7.2.x', 'scylla-3.10.2.x', 'scylla-3.11.0.x', 'scylla-3.11.2.x'] +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'] # Set the latest version. -LATEST_VERSION = 'scylla-3.11.2.x' +LATEST_VERSION = 'scylla-4.13.0.x' # Set which versions are not released yet. UNSTABLE_VERSIONS = [] # Set which versions are deprecated