Merge pull request #7565 from nextcloud/20-eol

mark 20 EOL
This commit is contained in:
blizzz 2021-11-12 16:35:48 +01:00 committed by GitHub
commit 39f2ace56f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ html_logo = "../_shared_assets/static/logo-white.png"
rst_epilog = '.. |version| replace:: %s' % version
# building the versions list
version_start = 20 # THIS IS THE SUPPORTED VERSION NUMBER
version_start = 21 # THIS IS THE SUPPORTED VERSION NUMBER
version_stable = 22 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
def generateVersionsDocs(current_docs):
versions_doc = []