diff --git a/docs/conf.py b/docs/conf.py index 74f5aa94fb..0085389d2d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,9 +18,9 @@ BASE_URL = 'https://opensource.docs.scylladb.com' TAGS = [] BRANCHES = ["master", "branch-5.1", "branch-5.2", "branch-5.4", "branch-6.0"] # Set the latest version. -LATEST_VERSION = "branch-5.4" +LATEST_VERSION = "branch-6.0" # Set which versions are not released yet. -UNSTABLE_VERSIONS = ["master", "branch-6.0"] +UNSTABLE_VERSIONS = ["master"] # Set which versions are deprecated. DEPRECATED_VERSIONS = [""]