We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e46da2 commit 51705baCopy full SHA for 51705ba
1 file changed
.github/workflows/docs.yml
@@ -29,4 +29,4 @@ jobs:
29
- name: Build Documentation
30
run: |
31
cd docs
32
- sphinx-build -b html -j auto -a -n -T -W --keep-going . _build/html
+ uv run sphinx-build -b html -j auto -a -n -T -W --keep-going . _build/html
0 commit comments