Add docs for 19

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2020-05-28 08:45:46 +02:00 committed by backportbot[bot]
parent ba9268bd4c
commit 15cb781940

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):