From 983853cf054f6c90fd9e1a7c90724739eea2b0a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 10 Sep 2020 11:28:30 +0200 Subject: [PATCH] 16 is EOL --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 78de3dd78..1465bb290 100644 --- a/conf.py +++ b/conf.py @@ -36,7 +36,7 @@ html_logo = "../_shared_assets/static/logo-white.png" rst_epilog = '.. |version| replace:: %s' % version # building the versions list -version_start = 16 # THIS IS THE SUPPORTED VERSION NUMBER +version_start = 17 # THIS IS THE SUPPORTED VERSION NUMBER version_stable = 19 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER def generateVersionsDocs(current_docs): versions_doc = []