From 6f6a5a9dcb6a5d289a0fac87f03e98bdfc2960f2 Mon Sep 17 00:00:00 2001 From: Michal-Leszczynski <74614433+Michal-Leszczynski@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:46:13 +0100 Subject: [PATCH] chore(docs): bump SM docs version (#4102) --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5e59a83c9..19a3db991 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -7,9 +7,9 @@ # Build documentation for the following tags and branches TAGS = [] -BRANCHES = ['master', 'branch-3.1', 'branch-3.2', 'branch-3.3'] +BRANCHES = ['master', 'branch-3.2', 'branch-3.3', 'branch-3.4'] # Set the latest version. -LATEST_VERSION = 'branch-3.3' +LATEST_VERSION = 'branch-3.4' # Set which versions are not released yet. UNSTABLE_VERSIONS = ['master'] # Set which versions are deprecated