Bump conf.py versions

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2022-11-08 15:55:02 +01:00
parent 2ac8c0ea9b
commit 5b9576e840

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