We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d2dd4 commit 66b5d5dCopy full SHA for 66b5d5d
mk_docs.py
@@ -254,7 +254,7 @@ def getListOfFiles(dirName):
254
# for which versions should we generate documentation?
255
# - "devel" corresponds to git master
256
# - an alias "stable" will point to the first item in the list
257
-ssp_versions=["2.3", "2.2", "devel"]
+ssp_versions=["2.4", "2.3", "2.2", "devel"]
258
259
# Make sure we have a working site subdir to put stuff in
260
os.system('mkdir ' + site_root_dir)
0 commit comments