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 2b785e5 commit c54929dCopy full SHA for c54929d
.github/workflows/build.yml
@@ -55,10 +55,10 @@ jobs:
55
run: |
56
sudo apt -y update
57
sudo apt -y install gcc libsystemd-dev universal-ctags
58
- python -m pip install --break-system-packages pytest sphinx build
59
60
- name: Build (Python ${{ matrix.python }})
61
62
set -x
63
uv build -C build-dir=_build
+ uv sync --no-editable --group docs
64
cd _build && uv run --group docs --no-editable -m sphinx -b html -W -v ../docs html
0 commit comments