There was an error while loading. Please reload this page.
1 parent 2fb884b commit b07748dCopy full SHA for b07748d
2 files changed
.github/workflows/docs.yaml
@@ -27,10 +27,13 @@ jobs:
27
- name: Setup uv
28
uses: astral-sh/setup-uv@v6
29
- name: Install dependencies
30
- run: uv sync && uv pip install ./mule
31
- - name: Build docs
+ run: uv sync && uv pip install ./mule ./um_utils
+ - name: Build mule docs
32
run: uv run make clean html --directory ./mule/docs
33
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 }}
37
# - id: permissions
38
# name: Set permissions
39
# run: |
pyproject.toml
@@ -18,4 +18,5 @@ dependencies = [
18
"sphinxcontrib-svg2pdfconverter == 1.3.0",
19
"numpy == 2.3.3",
20
"six == 1.17.0",
21
+ "pillow == 11.3.0",
22
]
0 commit comments