Skip to content

Commit

Permalink
Remove 1.19 docs
Browse files Browse the repository at this point in the history
1.19 has retired a long time ago
  • Loading branch information
tvdijen authored Dec 18, 2024
1 parent 9878bd4 commit d543299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,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.3", "2.2", "2.1", "2.0", "1.19", "devel"]
ssp_versions=["2.3", "2.2", "2.1", "2.0", "devel"]

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

0 comments on commit d543299

Please sign in to comment.