Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-11-11 17:24:43 +0300
committerJoas Schilling <coding@schilljs.com>2022-11-11 17:24:43 +0300
commit9a8e8cbee692e39eff79afe13a3c0eb754d363cc (patch)
tree84001b473e12f1769537de827aa106380f70e64d
parent6460d4cf87b2eb6edf40b5b47ba2ecbb2959eaf1 (diff)
Add a note
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index e5bf31069..b5b6f3a68 100644
--- a/conf.py
+++ b/conf.py
@@ -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):