Skip to content

Commit b07748d

Browse files
committed
fix: update documentation build steps and add um_utils documentation
1 parent 2fb884b commit b07748d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,13 @@ jobs:
2727
- name: Setup uv
2828
uses: astral-sh/setup-uv@v6
2929
- name: Install dependencies
30-
run: uv sync && uv pip install ./mule
31-
- name: Build docs
30+
run: uv sync && uv pip install ./mule ./um_utils
31+
- name: Build mule docs
3232
run: uv run make clean html --directory ./mule/docs
3333
working-directory: ${{ github.workspace }}
34+
- name: Build um_utils docs
35+
run: uv run make clean html --directory ./um_utils/docs
36+
working-directory: ${{ github.workspace }}
3437
# - id: permissions
3538
# name: Set permissions
3639
# run: |

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ dependencies = [
1818
"sphinxcontrib-svg2pdfconverter == 1.3.0",
1919
"numpy == 2.3.3",
2020
"six == 1.17.0",
21+
"pillow == 11.3.0",
2122
]

0 commit comments

Comments
 (0)