From 6a5d3a7f9d37cc9f25f184d5b90169bb0901fc3d Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 9 Nov 2023 15:22:05 +0800 Subject: [PATCH] docs: wrap long line for better readability Signed-off-by: Kefu Chai --- docs/source/conf.py | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5ecb3d68c6..25ab16c078 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,19 @@ # 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', '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'] +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' +] # Set the latest version. LATEST_VERSION = 'scylla-4.15.0.x' # Set which versions are not released yet.