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 e5147ac commit 271b729Copy full SHA for 271b729
.github/workflows/build.yml
@@ -60,5 +60,5 @@ jobs:
60
- name: Build (Python ${{ matrix.python }})
61
run: |
62
set -x
63
- uv build
+ uv build -C build-dir=_build
64
cd _build && uv run --group docs --no-editable -m sphinx -b html -W -v ../docs html
0 commit comments