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 9d38186 commit 901fb98Copy full SHA for 901fb98
.github/workflows/docs-checks.yml
@@ -48,11 +48,15 @@ jobs:
48
- name: Sync dependencies
49
run: uv sync --no-python-downloads --group dev --group docs
50
- name: "Check Links"
51
+ env:
52
+ SPHINXBUILD: ${{ github.workspace }}/.venv/bin/sphinx-build
53
if: ${{ github.event_name == 'schedule' || inputs.with_linkcheck }}
54
run: |
55
cd docs
56
make linkcheck
57
- name: "Compile to html"
58
59
60
61
62
make -e SPHINXOPTS="-D language='en'" html
0 commit comments