Add a note

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2022-11-11 15:24:43 +01:00
parent 6460d4cf87
commit 9a8e8cbee6

View File

@@ -38,6 +38,9 @@ rst_epilog = '.. |version| replace:: %s' % version
# building the versions list
version_start = 23 # THIS IS THE SUPPORTED VERSION NUMBER
version_stable = 25 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
# Also search for "TODO ON RELEASE" in the rst files
def generateVersionsDocs(current_docs):
versions_doc = []
for v in range(version_start, version_stable + 1):