From 9faf76db8e2dae204311c5d1a8ac4726db8ceab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20B=C4=85czkowski?= Date: Mon, 2 Jun 2025 16:25:36 +0200 Subject: [PATCH] Add new 3.x branches to documentation config Adds the `scylla-3.11.4.x` and `scylla-3.11.5.x` branches to the config, making them available versions on generated multiversion documentation page. --- docs/source/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index b58c108649b..db87e458f9a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -16,6 +16,8 @@ 'scylla-3.10.2.x', 'scylla-3.11.0.x', 'scylla-3.11.2.x', + 'scylla-3.11.4.x', + 'scylla-3.11.5.x', 'scylla-4.7.2.x', 'scylla-4.10.0.x', 'scylla-4.11.1.x', @@ -95,6 +97,8 @@ 'scylla-3.10.2.x', 'scylla-3.11.0.x', 'scylla-3.11.2.x', + 'scylla-3.11.4.x', + 'scylla-3.11.5.x', 'scylla-4.7.2.x', 'scylla-4.10.0.x', 'scylla-4.11.1.x',