From 0a9a7c5543403585a088dd241eda8ebaaca8c943 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Thu, 26 Oct 2023 09:05:35 +0200 Subject: [PATCH] Also render docs for SSP 2.1 --- mk_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk_docs.py b/mk_docs.py index b9c2d47..bbb1aaa 100755 --- a/mk_docs.py +++ b/mk_docs.py @@ -253,7 +253,7 @@ def getListOfFiles(dirName): # for which versions should we generate documentation? # - "devel" corresponds to git master # - an alias "stable" will point to the first item in the list -ssp_versions=["2.0", "1.19", "devel"] +ssp_versions=["2.1", "2.0", "1.19", "devel"] # Make sure we have a working site subdir to put stuff in os.system('mkdir ' + site_root_dir)