16 is EOL

This commit is contained in:
John Molakvoæ
2020-09-10 11:28:30 +02:00
committed by GitHub
parent 457fcec535
commit 983853cf05

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 = 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 = []