From e5fbbb24de797fd245a5227f5abeacae5c9b6900 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 5 Dec 2024 18:23:54 +0100 Subject: [PATCH] build: 28 entered EOL Signed-off-by: Arthur Schiwon --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index fd839c4a1..a3923d091 100644 --- a/conf.py +++ b/conf.py @@ -37,7 +37,7 @@ html_logo = "../_shared_assets/static/logo-white.png" rst_epilog = '.. |version| replace:: %s' % version # building the versions list -version_start = 28 # THIS IS THE OLDEST SUPPORTED VERSION NUMBER +version_start = 29 # THIS IS THE OLDEST SUPPORTED VERSION NUMBER # THIS IS THE VERSION THAT IS MAPPED TO https://docs.nextcloud.com/server/stable/ version_stable = 30 # CHANGING IT MUST RESULT IN A CHANGE OF THE SYMLINK ON THE LIVE SERVER