doc: enable publishing docs for branch-6.1

This commit enables publishing documentation from branch-6.1. The docs will be published as UNSTABLE (the warning about version 6.1 being unstable will be displayed).

Fixes https://github.com/scylladb/scylladb/issues/19926

No backport is required.

Closes scylladb/scylladb#19931
This commit is contained in:
Anna Stuchlik
2024-07-30 10:22:52 +02:00
committed by Kamil Braun
parent c05e077a13
commit ae28880fc8

View File

@@ -16,11 +16,11 @@ sys.path.insert(0, os.path.abspath(".."))
BASE_URL = 'https://opensource.docs.scylladb.com'
# Build documentation for the following tags and branches.
TAGS = []
BRANCHES = ["master", "branch-5.1", "branch-5.2", "branch-5.4", "branch-6.0"]
BRANCHES = ["master", "branch-5.1", "branch-5.2", "branch-5.4", "branch-6.0", "branch-6.1"]
# Set the latest version.
LATEST_VERSION = "branch-6.0"
# Set which versions are not released yet.
UNSTABLE_VERSIONS = ["master"]
UNSTABLE_VERSIONS = ["master", "branch-6.1"]
# Set which versions are deprecated.
DEPRECATED_VERSIONS = [""]