Skip to content

Commit 901fb98

Browse files
committed
💚 Fix sphinx build ?
1 parent 9d38186 commit 901fb98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,15 @@ jobs:
4848
- name: Sync dependencies
4949
run: uv sync --no-python-downloads --group dev --group docs
5050
- name: "Check Links"
51+
env:
52+
SPHINXBUILD: ${{ github.workspace }}/.venv/bin/sphinx-build
5153
if: ${{ github.event_name == 'schedule' || inputs.with_linkcheck }}
5254
run: |
5355
cd docs
5456
make linkcheck
5557
- name: "Compile to html"
58+
env:
59+
SPHINXBUILD: ${{ github.workspace }}/.venv/bin/sphinx-build
5660
run: |
5761
cd docs
5862
make -e SPHINXOPTS="-D language='en'" html

0 commit comments

Comments
 (0)