We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3665ad7 commit 65ff5adCopy full SHA for 65ff5ad
.github/workflows/documentation.yml
@@ -22,4 +22,4 @@ jobs:
22
uses: ISISComputingGroup/reusable-workflows/.github/workflows/sphinx.yml@main
23
secrets: inherit
24
with:
25
- deploy-branch: "docs"
+ deploy-branch: "master"
doc/conf.py
@@ -52,7 +52,7 @@
52
"display_github": True, # Integrate GitHub
53
"github_user": "ISISComputingGroup", # Username
54
"github_repo": "ibex_developers_manual", # Repo name
55
- "github_version": "docs", # Version
+ "github_version": "master", # Version
56
"conf_py_path": "/doc/", # Path in the checkout to the docs root
57
}
58
0 commit comments