Update conf.py

This commit is contained in:
John Molakvoæ
2021-04-12 10:07:37 +02:00
committed by GitHub
parent 995b04b318
commit 437999bee7

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 = 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):