From 108d805234af4c1c067cb1a9e76d2960cd73ed57 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Wed, 24 May 2023 08:48:58 +0200 Subject: [PATCH] version 27 is the latest when generating 27 server documentation and 25 is the latest supported Signed-off-by: Matthieu Gallien --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 8f638409d..8759caefb 100644 --- a/conf.py +++ b/conf.py @@ -36,8 +36,8 @@ html_logo = "../_shared_assets/static/logo-white.png" rst_epilog = '.. |version| replace:: %s' % version # building the versions list -version_start = 24 # THIS IS THE SUPPORTED VERSION NUMBER -version_stable = 26 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER +version_start = 25 # THIS IS THE SUPPORTED VERSION NUMBER +version_stable = 27 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER # Also search for "TODO ON RELEASE" in the rst files