Skip to content

Commit

Permalink
update main to 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Dykstra <[email protected]>
  • Loading branch information
DrDaveD committed Mar 13, 2024
1 parent 1b8e551 commit 2f7a7b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
'display_github': True,
'github_user': 'apptainer',
'github_repo': 'apptainer-userdocs',
'github_version': 'master',
'github_version': 'main',
'conf_py_path': '/',
}

Expand Down
2 changes: 1 addition & 1 deletion replacements.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def variableReplace(app, docname, source):
# Add the needed variables to be replaced either on code or on text on the next
# dictionary structure.
variable_replacements = {
"{InstallationVersion}" : "1.2.5",
"{InstallationVersion}" : "1.3.0",
"{admindocs}" : "https://apptainer.org/docs/admin/main",
"{version}": "main",
"{adminversion}": "main",
Expand Down

0 comments on commit 2f7a7b5

Please sign in to comment.