Merge pull request #1397 from nextcloud/backport/1395/stable15

[stable15] Update min stable
This commit is contained in:
John Molakvoæ 2019-04-18 15:21:43 +02:00 committed by GitHub
commit 3d7613d877
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 = 13 # THIS IS THE SUPPORTED VERSION NUMBER
version_stable = 15 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
version_start = 14 # THIS IS THE SUPPORTED VERSION NUMBER
version_stable = 16 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
def generateVersionsDocs(current_docs):
versions_doc = []
for v in range(version_start, version_stable + 1):