Skip to content

Commit f32be49

Browse files
committed
ci
1 parent 00cd6c4 commit f32be49

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/documentation.yml

+10
Original file line numberDiff line numberDiff line change
@@ -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

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ dependencies = [
3131
"linkify-it-py",
3232
]
3333

34+
[project.optional-dependencies]
35+
doc = []
36+
3437
[project.urls]
3538
"Homepage" = "https://github.com/isiscomputinggroup/ibex_developers_manual/"
3639
"Bug Reports" = "https://github.com/isiscomputinggroup/ibex_developers_manual/issues"

0 commit comments

Comments
 (0)