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 00cd6c4 commit f32be49Copy full SHA for f32be49
.github/workflows/documentation.yml
@@ -0,0 +1,10 @@
1
+name: sphinx
2
+
3
+on: [push, pull_request, workflow_call]
4
5
+jobs:
6
+ call_sphinx_builder:
7
+ uses: ISISComputingGroup/reusable-workflows/.github/workflows/sphinx.yml@main
8
+ secrets: inherit
9
+ with:
10
+ deploy-branch: "docs"
pyproject.toml
@@ -31,6 +31,9 @@ dependencies = [
31
"linkify-it-py",
32
]
33
34
+[project.optional-dependencies]
35
+doc = []
36
37
[project.urls]
38
"Homepage" = "https://github.com/isiscomputinggroup/ibex_developers_manual/"
39
"Bug Reports" = "https://github.com/isiscomputinggroup/ibex_developers_manual/issues"
0 commit comments