also bumpminimum version number in config

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon
2022-02-16 15:32:26 +01:00
parent c1c28eaa30
commit c4c798d9fe

View File

@@ -36,7 +36,7 @@ html_logo = "../_shared_assets/static/logo-white.png"
rst_epilog = '.. |version| replace:: %s' % version
# building the versions list
version_start = 21 # THIS IS THE SUPPORTED VERSION NUMBER
version_start = 22 # THIS IS THE SUPPORTED VERSION NUMBER
version_stable = 23 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
def generateVersionsDocs(current_docs):
versions_doc = []