From c185f49766a164ce26e688443c13601598ee8658 Mon Sep 17 00:00:00 2001 From: Amnon Heiman Date: Thu, 21 Mar 2024 10:43:26 +0200 Subject: [PATCH] conf.py add branch-4.7 --- 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 1dcf7c62dc..ea4d9f6523 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -11,11 +11,11 @@ # Build documentation for the following tags and branches TAGS = [] -BRANCHES = ['master', 'branch-3.4', 'branch-3.5', 'branch-3.6', 'branch-3.7', 'branch-3.8', 'branch-3.9', 'branch-3.10', 'branch-4.0', 'branch-4.1', 'branch-4.2', 'branch-4.3', 'branch-4.4', 'branch-4.5', 'branch-4.6'] +BRANCHES = ['master', 'branch-3.4', 'branch-3.5', 'branch-3.6', 'branch-3.7', 'branch-3.8', 'branch-3.9', 'branch-3.10', 'branch-4.0', 'branch-4.1', 'branch-4.2', 'branch-4.3', 'branch-4.4', 'branch-4.5', 'branch-4.6', 'branch-4.7'] # Set the latest version. LATEST_VERSION = 'branch-4.6' # Set which versions are not released yet. -UNSTABLE_VERSIONS = ['master'] +UNSTABLE_VERSIONS = ['master', 'branch-4.7'] # Set which versions are deprecated DEPRECATED_VERSIONS = []