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 9bbb8cb commit 65e336fCopy full SHA for 65e336f
.github/workflows/ci.yml
@@ -39,6 +39,6 @@ jobs:
39
uv pip install --group=docs
40
- name: Build HTML and check links
41
run: |
42
- make html
43
- make linkcheck
+ uv run make html
+ uv run make linkcheck
44
working-directory: docs/
0 commit comments