Skip to content

Commit d543299

Browse files
authored
Remove 1.19 docs
1.19 has retired a long time ago
1 parent 9878bd4 commit d543299

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", "2.1", "2.0", "1.19", "devel"]
257+
ssp_versions=["2.3", "2.2", "2.1", "2.0", "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)