Skip to content

Commit 65ff5ad

Browse files
committed
Point at master
1 parent 3665ad7 commit 65ff5ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
uses: ISISComputingGroup/reusable-workflows/.github/workflows/sphinx.yml@main
2323
secrets: inherit
2424
with:
25-
deploy-branch: "docs"
25+
deploy-branch: "master"

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"display_github": True, # Integrate GitHub
5353
"github_user": "ISISComputingGroup", # Username
5454
"github_repo": "ibex_developers_manual", # Repo name
55-
"github_version": "docs", # Version
55+
"github_version": "master", # Version
5656
"conf_py_path": "/doc/", # Path in the checkout to the docs root
5757
}
5858

0 commit comments

Comments
 (0)