Merge pull request #10430 from nextcloud/listStableVersionsInDoc

version 27 is the latest when generating 27 server documentation
This commit is contained in:
Matthieu Gallien 2023-05-24 12:12:07 +02:00 committed by GitHub
commit 2956b4b35f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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