Skip to content

Commit 66b5d5d

Browse files
authored
Add 2.4 docs
1 parent 29d2dd4 commit 66b5d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def getListOfFiles(dirName):
254254
# for which versions should we generate documentation?
255255
# - "devel" corresponds to git master
256256
# - an alias "stable" will point to the first item in the list
257-
ssp_versions=["2.3", "2.2", "devel"]
257+
ssp_versions=["2.4", "2.3", "2.2", "devel"]
258258

259259
# Make sure we have a working site subdir to put stuff in
260260
os.system('mkdir ' + site_root_dir)

0 commit comments

Comments
 (0)