From 8609256bfca7a4849cf53faaebe96c2b4e8b9646 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 11 Nov 2024 08:43:20 +0100 Subject: [PATCH] docs: Make it clear that live changes are needed Signed-off-by: Joas Schilling --- conf.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index af7525bed..d90b8e92b 100644 --- a/conf.py +++ b/conf.py @@ -36,8 +36,10 @@ html_logo = "../_shared_assets/static/logo-white.png" rst_epilog = '.. |version| replace:: %s' % version # building the versions list -version_start = 28 # THIS IS THE SUPPORTED VERSION NUMBER -version_stable = 30 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER +version_start = 28 # 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 # Also search for "TODO ON RELEASE" in the rst files