From 30d48399eea07b8540c8128ed9b6ee3590bed42b Mon Sep 17 00:00:00 2001 From: Amnon Heiman Date: Mon, 19 Aug 2024 14:36:50 +0300 Subject: [PATCH] conf.py: set 4.8 to be the latest version (cherry picked from commit 703e2c9302db257aba5d3f6ef5b59536f66f065d) --- 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 32b5ab8da..24e89c72c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,9 +13,9 @@ 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', 'branch-4.7', 'branch-4.8'] # Set the latest version. -LATEST_VERSION = 'branch-4.7' +LATEST_VERSION = 'branch-4.8' # Set which versions are not released yet. -UNSTABLE_VERSIONS = ['master', 'branch-4.8'] +UNSTABLE_VERSIONS = ['master'] # Set which versions are deprecated DEPRECATED_VERSIONS = []