From 8ff42fd5a996e405fa566dd14ab5eb8a05e08633 Mon Sep 17 00:00:00 2001
From: Christoph Wurst
Date: Mon, 5 Oct 2020 12:15:01 +0200
Subject: [PATCH] Show 20 as current and latest release
Signed-off-by: Christoph Wurst
---
conf.py | 2 +-
index.html | 14 +++++++++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/conf.py b/conf.py
index 1465bb290..3116249bf 100644
--- a/conf.py
+++ b/conf.py
@@ -37,7 +37,7 @@ rst_epilog = '.. |version| replace:: %s' % version
# building the versions list
version_start = 17 # THIS IS THE SUPPORTED VERSION NUMBER
-version_stable = 19 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
+version_stable = 20 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
def generateVersionsDocs(current_docs):
versions_doc = []
for v in range(version_start, version_stable + 1):
diff --git a/index.html b/index.html
index fd3776d52..60438371d 100644
--- a/index.html
+++ b/index.html
@@ -219,9 +219,21 @@
page for more information.
+
+
Nextcloud 20
+
This documents the latest version of Nextcloud.
+
+
+
Nextcloud 19
-
This documents the latest version of Nextcloud.
+
This documents a previous version of Nextcloud.