From 437999bee7b97997ecdd5eba06e1f74ce31cafb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Mon, 12 Apr 2021 10:07:37 +0200 Subject: [PATCH] Update conf.py --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 3116249bf..fb0e2b09f 100644 --- a/conf.py +++ b/conf.py @@ -36,8 +36,8 @@ html_logo = "../_shared_assets/static/logo-white.png" rst_epilog = '.. |version| replace:: %s' % version # building the versions list -version_start = 17 # THIS IS THE SUPPORTED VERSION NUMBER -version_stable = 20 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER +version_start = 19 # THIS IS THE SUPPORTED VERSION NUMBER +version_stable = 21 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER def generateVersionsDocs(current_docs): versions_doc = [] for v in range(version_start, version_stable + 1):