Skip to content

Commit

Permalink
Merge pull request #154 from DrDaveD/release-1.3
Browse files Browse the repository at this point in the history
Update for 1.3 branch
  • Loading branch information
DrDaveD authored Mar 13, 2024
2 parents 4f54506 + ecca04e commit 87dccf3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# built documents.
#
# The short X.Y version.
version = 'main'
version = '1.3'
# We have not had separate docs per release version for some time, so set
# release = version here.
release = version
Expand Down Expand Up @@ -124,7 +124,7 @@
'display_github': True,
'github_user': 'apptainer',
'github_repo': 'apptainer-admindocs',
'github_version': 'main',
'github_version': '1.3',
'conf_py_path': '/',
}

Expand Down
8 changes: 4 additions & 4 deletions replacements.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ def variableReplace(app, docname, source):
# a release candidate replaced with dot, and an additional hyphen and
# release number added
"{GitHubDownloadVersion}" : "1.3.0-1",
"{userdocs}" : "https://apptainer.org/docs/user/main",
"{adminversion}": "main",
"{userversion}": "main",
"{userdocs}" : "https://apptainer.org/docs/user/1.3",
"{adminversion}": "1.3",
"{userversion}": "1.3",
"{Project}": "Apptainer",
"{AProject}": "An Apptainer",
"{aProject}": "an Apptainer",
"{command}": "apptainer",
"{ENVPREFIX}": "APPTAINER",
"{orgrepo}": "apptainer/apptainer",
"{repobranch}": "main",
"{repobranch}": "release-1.3",
}


Expand Down

0 comments on commit 87dccf3

Please sign in to comment.