16 min 18 max

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2020-02-27 08:59:56 +01:00 committed by backportbot[bot]
parent 676442e7a8
commit 8d853045b5

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 = 15 # THIS IS THE SUPPORTED VERSION NUMBER
version_stable = 17 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
version_start = 16 # THIS IS THE SUPPORTED VERSION NUMBER
version_stable = 18 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
def generateVersionsDocs(current_docs):
versions_doc = []
for v in range(version_start, version_stable + 1):