Skip to content

Commit

Permalink
Also render docs for SSP 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen authored Oct 26, 2023
1 parent 4be1e9a commit 0a9a7c5
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 @@ -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)
Expand Down

0 comments on commit 0a9a7c5

Please sign in to comment.