Merge pull request #2109 from nextcloud/backport/2106/stable17

[stable17] Add docs for 19
This commit is contained in:
Christoph Wurst 2020-05-28 09:19:29 +02:00 committed by GitHub
commit bef7e3333e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ rst_epilog = '.. |version| replace:: %s' % version
# building the versions list
version_start = 16 # THIS IS THE SUPPORTED VERSION NUMBER
version_stable = 18 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
version_stable = 19 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
def generateVersionsDocs(current_docs):
versions_doc = []
for v in range(version_start, version_stable + 1):